@jimmy.codes/eslint-config 5.15.0 → 5.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +183 -3843
- package/dist/index.js +2 -0
- package/package.json +19 -12
package/README.md
CHANGED
|
@@ -120,7 +120,7 @@ This config includes the following plugins:
|
|
|
120
120
|
| [`eslint-plugin-jsdoc`](https://github.com/gajus/eslint-plugin-jsdoc) | JSDoc comment rules |
|
|
121
121
|
| [`eslint-plugin-jsx-a11y`](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | Accessibility in JSX |
|
|
122
122
|
| [`eslint-plugin-n`](https://github.com/eslint-community/eslint-plugin-n) | Node.js-specific rules |
|
|
123
|
-
| [`eslint-plugin-perfectionist`](https://
|
|
123
|
+
| [`eslint-plugin-perfectionist`](https://perfectionist.dev) | Sorting and consistency |
|
|
124
124
|
| [`eslint-plugin-playwright`](https://github.com/playwright-community/eslint-plugin-playwright) | Playwright testing support |
|
|
125
125
|
| [`eslint-plugin-react-compiler`](https://www.npmjs.com/package/eslint-plugin-react-compiler) | React Compiler rules |
|
|
126
126
|
| [`eslint-plugin-react-hooks`](https://www.npmjs.com/package/eslint-plugin-react-hooks) | Enforce React Hooks rules |
|