eslint-config-entva 1.1.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 +2 -2
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",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"eslint-config-airbnb": "^19.0.4",
|
30
|
-
"eslint-config-entva-base": "^1.
|
30
|
+
"eslint-config-entva-base": "^1.1.0",
|
31
31
|
"eslint-plugin-import": "^2.29.1",
|
32
32
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
33
33
|
"eslint-plugin-react": "^7.34.1",
|