@aiou/eslint-config 2.0.2 → 2.1.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 +4 -5
- package/dist/index.cjs +248 -2914
- package/dist/index.mjs +247 -2912
- package/dts/globs.d.ts +1 -0
- package/dts/typegen.d.ts +62 -17
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -50,13 +50,13 @@ enabled regexp rules
|
|
|
50
50
|
|
|
51
51
|
## rules
|
|
52
52
|
|
|
53
|
-
extends from
|
|
53
|
+
extends from
|
|
54
54
|
|
|
55
55
|
```console
|
|
56
56
|
eslint-config-standard
|
|
57
|
-
eslint-plugin-eslint-comments
|
|
57
|
+
@eslint-community/eslint-plugin-eslint-comments
|
|
58
58
|
eslint-plugin-html
|
|
59
|
-
eslint-plugin-
|
|
59
|
+
eslint-plugin-import-x
|
|
60
60
|
eslint-plugin-regexp (configured when regexp enabled)
|
|
61
61
|
eslint-plugin-markdown
|
|
62
62
|
eslint-plugin-simple-import-sort
|
|
@@ -67,8 +67,7 @@ eslint-plugin-n (forked eslint-plugin-node)
|
|
|
67
67
|
eslint-plugin-promise
|
|
68
68
|
eslint-plugin-unicorn
|
|
69
69
|
eslint-plugin-yml
|
|
70
|
-
eslint-plugin
|
|
71
|
-
eslint-plugin-ssr-friendly (configured when ssr enabled)
|
|
70
|
+
@eslint-react/eslint-plugin
|
|
72
71
|
eslint-plugin-react-refresh
|
|
73
72
|
@next/eslint-plugin-next (enabled when next found)
|
|
74
73
|
eslint-plugin-react-hooks
|