UNPKG

@awesome-code-style/eslint-config

Version:

ESLint configuration for TypeScript projects that might use React

92 lines (46 loc) 4.97 kB
# @awesome-code-style/eslint-config ## 6.0.2 ### Patch Changes - [`66ec313`](https://github.com/implydata/awesome-code-style/commit/66ec313b87deaffe2e58d99549740cfacd4472b7) Thanks [@jgoz](https://github.com/jgoz)! - Switch to default @stylistic package ## 6.0.1 ### Patch Changes - [#38](https://github.com/implydata/awesome-code-style/pull/38) [`18c5db4`](https://github.com/implydata/awesome-code-style/commit/18c5db42064bf7434219af5379f530c53832d327) Thanks [@jgoz](https://github.com/jgoz)! - Update peer dependencies ## 6.0.0 ### Major Changes - [`864d4a6`](https://github.com/implydata/awesome-code-style/commit/864d4a6ff86b85b7af9de1a5325db3e1bec30bae) Thanks [@jgoz](https://github.com/jgoz)! - Target eslint 9, typescript-eslint 8, switch to flat config ### Patch Changes - [`653e77f`](https://github.com/implydata/awesome-code-style/commit/653e77fa62a8d5e50476f5b12070ac3f6185e9c9) Thanks [@jgoz](https://github.com/jgoz)! - Add caughtErrorsIgnorePattern to allow (e) - [`bd3e7a5`](https://github.com/implydata/awesome-code-style/commit/bd3e7a55466306562ee49f4327261759f2296e9e) Thanks [@jgoz](https://github.com/jgoz)! - Make reactTypeChecked an array for consistency - [`518784f`](https://github.com/implydata/awesome-code-style/commit/518784feda26722b0478fd68692e7e9963c0a49b) Thanks [@jgoz](https://github.com/jgoz)! - Ignore react/display-name in tests ## 6.0.0-beta.1 ### Patch Changes - [`653e77f`](https://github.com/implydata/awesome-code-style/commit/653e77fa62a8d5e50476f5b12070ac3f6185e9c9) Thanks [@jgoz](https://github.com/jgoz)! - Add caughtErrorsIgnorePattern to allow (e) - [`bd3e7a5`](https://github.com/implydata/awesome-code-style/commit/bd3e7a55466306562ee49f4327261759f2296e9e) Thanks [@jgoz](https://github.com/jgoz)! - Make reactTypeChecked an array for consistency - [`518784f`](https://github.com/implydata/awesome-code-style/commit/518784feda26722b0478fd68692e7e9963c0a49b) Thanks [@jgoz](https://github.com/jgoz)! - Ignore react/display-name in tests ## 6.0.0-beta.0 ### Major Changes - [`864d4a6`](https://github.com/implydata/awesome-code-style/commit/864d4a6ff86b85b7af9de1a5325db3e1bec30bae) Thanks [@jgoz](https://github.com/jgoz)! - Target eslint 9, typescript-eslint 8, switch to flat config ## 5.1.0 ### Minor Changes - [`64ee42c`](https://github.com/implydata/awesome-code-style/commit/64ee42c9b4aa0c6e8232a3ef790fe0fb8a2f683e) Thanks [@jgoz](https://github.com/jgoz)! - Support typescript-eslint 7.x ## 5.0.0 ### Major Changes - [#26](https://github.com/implydata/awesome-code-style/pull/26) [`14c2558`](https://github.com/implydata/awesome-code-style/commit/14c25583523ebbf7137dd33dd5bb1e7c92d76e00) Thanks [@jgoz](https://github.com/jgoz)! - Use latest versions of @typescript-eslint and prettier ### Patch Changes - [`2385528`](https://github.com/implydata/awesome-code-style/commit/238552837a96723aac36b690c3d55e21f1a6f143) Thanks [@jgoz](https://github.com/jgoz)! - Add some rule overrides - [#28](https://github.com/implydata/awesome-code-style/pull/28) [`cdbad17`](https://github.com/implydata/awesome-code-style/commit/cdbad17b000196568741b078e69d674fafd24fd4) Thanks [@jgoz](https://github.com/jgoz)! - Set @typescript-eslint/prefer-nullish-coalescing to warn, ignore strings ## 5.0.0-beta.2 ### Patch Changes - [`2385528`](https://github.com/implydata/awesome-code-style/commit/238552837a96723aac36b690c3d55e21f1a6f143) Thanks [@jgoz](https://github.com/jgoz)! - Add some rule overrides ## 5.0.0-beta.1 ### Patch Changes - [#28](https://github.com/implydata/awesome-code-style/pull/28) [`cdbad17`](https://github.com/implydata/awesome-code-style/commit/cdbad17b000196568741b078e69d674fafd24fd4) Thanks [@jgoz](https://github.com/jgoz)! - Set @typescript-eslint/prefer-nullish-coalescing to warn, ignore strings ## 5.0.0-beta.0 ### Major Changes - [#26](https://github.com/implydata/awesome-code-style/pull/26) [`14c2558`](https://github.com/implydata/awesome-code-style/commit/14c25583523ebbf7137dd33dd5bb1e7c92d76e00) Thanks [@jgoz](https://github.com/jgoz)! - Use latest versions of @typescript-eslint and prettier ## 4.2.0 ### Minor Changes - [#23](https://github.com/implydata/awesome-code-style/pull/23) [`9fa9754`](https://github.com/implydata/awesome-code-style/commit/9fa97541516b060e0c622430fefe7782060bb113) Thanks [@jgoz](https://github.com/jgoz)! - Enable consistent-type-imports by default ### Patch Changes - [#23](https://github.com/implydata/awesome-code-style/pull/23) [`9fa9754`](https://github.com/implydata/awesome-code-style/commit/9fa97541516b060e0c622430fefe7782060bb113) Thanks [@jgoz](https://github.com/jgoz)! - Expand version range for simple-import-sort - [#23](https://github.com/implydata/awesome-code-style/pull/23) [`9fa9754`](https://github.com/implydata/awesome-code-style/commit/9fa97541516b060e0c622430fefe7782060bb113) Thanks [@jgoz](https://github.com/jgoz)! - Remove 'header' plugin, which was never part of the base ruleset