eslint-config-entva 1.0.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -0
- package/package.json +6 -6
package/index.js
CHANGED
@@ -20,6 +20,7 @@ module.exports = {
|
|
20
20
|
'react-hooks/exhaustive-deps': 'off',
|
21
21
|
'react/display-name': 'off',
|
22
22
|
'react/jsx-one-expression-per-line': 'off', // doesn't let write sentences in React
|
23
|
+
'jsx-quotes': ['error', 'prefer-double'],
|
23
24
|
|
24
25
|
'jsx-a11y/anchor-is-valid': 'off',
|
25
26
|
'jsx-a11y/anchor-has-content': 'off',
|
package/package.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
"readmeFilename": "README.md",
|
7
7
|
"repository": "entva/styleguide",
|
8
8
|
"bugs": "https://github.com/entva/styleguide/issues",
|
9
|
-
"version": "1.
|
9
|
+
"version": "1.2.0",
|
10
10
|
"keywords": [
|
11
11
|
"linter",
|
12
12
|
"config",
|
@@ -21,16 +21,16 @@
|
|
21
21
|
"prepublishOnly": "npm test"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"eslint": "^8.
|
24
|
+
"eslint": "^8.57.0",
|
25
25
|
"prop-types": "^15.8.1",
|
26
26
|
"react": "^18.2.0"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"eslint-config-airbnb": "^19.0.4",
|
30
|
-
"eslint-config-entva-base": "^1.
|
31
|
-
"eslint-plugin-import": "^2.
|
32
|
-
"eslint-plugin-jsx-a11y": "^6.
|
33
|
-
"eslint-plugin-react": "^7.
|
30
|
+
"eslint-config-entva-base": "^1.1.0",
|
31
|
+
"eslint-plugin-import": "^2.29.1",
|
32
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
33
|
+
"eslint-plugin-react": "^7.34.1",
|
34
34
|
"eslint-plugin-react-hooks": "^4.6.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|