Skip to content

Commit

Permalink
release: new version 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## @snowball-tech/eslint-config [1.0.3](https://github.com/snowball-tech/glacier/compare/@snowball-tech/eslint-config@1.0.2...@snowball-tech/eslint-config@1.0.3) (2023-05-23)

### ❓ Unknown changes

* fix(eslint-testing-library): check for react inside of config file ([7692659](7692659))

### 🎨 Code Style and Formatting

* **eslint-config:** fix the format of the changelog file ([808b75f](808b75f))
* fix the formatting of some files ([938a841](938a841))

### ⚙️ Dependencies

* **eslint-config:** fix dependency to utils ([0bef059](0bef059))
  • Loading branch information
snowball-tech-bot committed May 23, 2023
1 parent d998cd2 commit bc7462f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @snowball-tech/eslint-config [1.0.3](https://github.com/snowball-tech/glacier/compare/@snowball-tech/eslint-config@1.0.2...@snowball-tech/eslint-config@1.0.3) (2023-05-23)

### ❓ Unknown changes

- fix(eslint-testing-library): check for react inside of config file ([7692659](https://github.com/snowball-tech/glacier/commit/769265907c1134e3dde04128301a24045e66f37a))

### 🎨 Code Style and Formatting

- **eslint-config:** fix the format of the changelog file ([808b75f](https://github.com/snowball-tech/glacier/commit/808b75f5774308952af52c3f606cea5d69230b5b))
- fix the formatting of some files ([938a841](https://github.com/snowball-tech/glacier/commit/938a8413803c158aa88f3035a881e8147e50a722))

### ⚙️ Dependencies

- **eslint-config:** fix dependency to utils ([0bef059](https://github.com/snowball-tech/glacier/commit/0bef0592e2c04123e7db83c33b085190b1dfd725))

## @snowball-tech/eslint-config [1.0.2](https://github.com/snowball-tech/glacier/compare/@snowball-tech/eslint-config@1.0.1...@snowball-tech/eslint-config@1.0.2) (2023-05-23)

### 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowball-tech/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "ESLint ruleset by Snowball supporting React & Next.JS, Typescript, Prettier and more, based on Airbnb config",
"author": "Snowball Engineering Team <tech@snowball.xyz> (https://github.com/orgs/snowball-tech)",
"contributors": [
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@snowball-tech/utils": "workspace:^",
"@snowball-tech/utils": "1.0.2",
"@typescript-eslint/eslint-plugin": "~5.59.6",
"@typescript-eslint/parser": "~5.59.6",
"eslint": "^8.40.0",
Expand Down

0 comments on commit bc7462f

Please sign in to comment.