Releases: shelfio/eslint-config
Releases · shelfio/eslint-config
v2.18.0
- Add the 'require-await' rule: https://eslint.org/docs/rules/require-await
v2.17.0
- updated many dependencies
v2.16.2
v2.16.1
- Merge pull request #350 from shelfio/feature/move-plugins-deps-to-peerDeps df3b483
- chore: move eslint plugins tp peerDeps cd481ed
- Merge pull request #340 from shelfio/renovate/lint-staged-12.x c93a082
- v2.16.0 0a92ccb
- Merge pull request #344 from shelfio/feature/overrides-common-rules 14a6bd5
- feat: disable some rules in test and styled files ec45aab
- chore(deps): update dependency lint-staged to v12.3.7 853252e
- Merge pull request #337 from shelfio/renovate/eslint-plugin-testing-library-5.x d8c2cf9
- Merge pull request #336 from shelfio/renovate/eslint-plugin-react-7.x 35f9e8f
- Merge pull request #339 from shelfio/renovate/typescript-eslint-monorepo d5194db
- fix(deps): update typescript-eslint monorepo to v5.15.0 00bf67a
- fix(deps): update dependency eslint-plugin-react to v7.29.4 932901e
- fix(deps): update dependency eslint-plugin-testing-library to v5.1.0 b659bf3
v2.15.0
- Merge pull request #338 from shelfio/feature/-disable-sonarjs-no-duplicate-string-test-files 880af16
- feat: disable sonarjs/no-duplicate-string for test files 0c99c3a
- v2.14.0 c1a82f2
- chore: upd deps 8b6f95c
- Merge pull request #324 from shelfio/renovate/typescript-eslint-monorepo 980fdea
- fix(deps): update typescript-eslint monorepo to v5.14.0 e50934b
- Merge pull request #333 from shelfio/renovate/lint-staged-12.x 45ac15c
- chore(deps): update dependency lint-staged to v12.3.5 0548d37
- v2.13.0 7784bdd
- Merge pull request #332 from shelfio/feature/no-unreachable 71b1de8
- feat: Add no-unreachable to the meteor config 8cdb85f
- feat: Add no-unreachable to frontent config 7432437
- fix: Return @typescript-eslint/camelcase: 0 2561384
- feat: Add no-unreachable bbe62cb
- v2.12.1 1f796a8
- Merge pull request #330 from shelfio/feature/multiline-comments-rule 188a7ec
- feat: disable multiline comment rule f6e881b
v2.12.1
v2.12.0
v2.11.2
- bump version 4f40c50
- Merge pull request #327 from shelfio/feature/update-deps 8c5ac05
- chore: updated deps 05f05fa
- Merge pull request #322 from shelfio/renovate/lint-staged-12.x f2cfd92
- chore(deps): update dependency lint-staged to v12.3.2 6756d18
- Merge pull request #321 from shelfio/feature/camelcase df85b11
- fix: Fix camelcase 5cbb2fe
- feat: Added rule for camelcase e3486fa
- Merge pull request #320 from shelfio/renovate/typescript-eslint-monorepo 7348cb6
- fix(deps): update typescript-eslint monorepo to v5.10.1 a1bfd8e
- Merge pull request #317 from shelfio/renovate/eslint-plugin-testing-library-5.x 0863d75
- Merge pull request #318 from shelfio/renovate/eslint-plugin-jest-26.x ed0529c
- Merge pull request #312 from shelfio/renovate/typescript-eslint-monorepo 1b64af7
- fix(deps): update dependency eslint-plugin-jest to v26 7b85396
- fix(deps): update dependency eslint-plugin-testing-library to v5.0.4 28ee903
- fix(deps): update typescript-eslint monorepo to v5.10.0 aced373
v2.9.0
- Added style guide: https://github.com/shelfio/eslint-config/blob/master/docs/style-guide.md
- Added the following rules:
eqeqeq
new-cap
no-extend-native
no-use-before-define
multiline-comment-style