@shakuroinc/eslint-config-react 4.0.0 → 4.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/.eslintrc.js +3 -0
- package/package.json +6 -6
package/.eslintrc.js
CHANGED
|
@@ -128,6 +128,7 @@ module.exports = {
|
|
|
128
128
|
extends: ['plugin:mdx/overrides'],
|
|
129
129
|
rules: {
|
|
130
130
|
'@typescript-eslint/naming-convention': 0,
|
|
131
|
+
'max-lines': 0,
|
|
131
132
|
'prettier/prettier': [
|
|
132
133
|
2,
|
|
133
134
|
{
|
|
@@ -141,6 +142,7 @@ module.exports = {
|
|
|
141
142
|
extends: ['plugin:mdx/overrides'],
|
|
142
143
|
rules: {
|
|
143
144
|
'@typescript-eslint/naming-convention': 0,
|
|
145
|
+
'max-lines': 0,
|
|
144
146
|
},
|
|
145
147
|
},
|
|
146
148
|
{
|
|
@@ -148,6 +150,7 @@ module.exports = {
|
|
|
148
150
|
extends: ['plugin:mdx/code-blocks', 'plugin:mdx/recommended'],
|
|
149
151
|
rules: {
|
|
150
152
|
'@typescript-eslint/naming-convention': 0,
|
|
153
|
+
'max-lines': 0,
|
|
151
154
|
},
|
|
152
155
|
},
|
|
153
156
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shakuroinc/eslint-config-react",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"main": ".eslintrc.js",
|
|
5
5
|
"author": "Shakuro team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
14
|
-
"@typescript-eslint/parser": "^5.
|
|
15
|
-
"eslint": "^8.
|
|
13
|
+
"@typescript-eslint/eslint-plugin": "^5.12.0",
|
|
14
|
+
"@typescript-eslint/parser": "^5.12.0",
|
|
15
|
+
"eslint": "^8.9.0",
|
|
16
16
|
"eslint-config-prettier": "^8.3.0",
|
|
17
17
|
"eslint-mdx": "^1.16.0",
|
|
18
18
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
19
19
|
"eslint-plugin-mdx": "^1.16.0",
|
|
20
20
|
"eslint-plugin-prettier": "^4.0.0",
|
|
21
|
-
"eslint-plugin-react": "^7.
|
|
21
|
+
"eslint-plugin-react": "^7.28.0",
|
|
22
22
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
23
23
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
24
|
-
"eslint-plugin-tailwindcss": "^3.
|
|
24
|
+
"eslint-plugin-tailwindcss": "^3.4.4",
|
|
25
25
|
"prettier": "^2.5.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|