eslint-config-adslot 1.2.1 → 1.2.2
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/index.js +1 -0
- package/package.json +10 -10
package/index.js
CHANGED
@@ -234,6 +234,7 @@ module.exports = {
|
|
234
234
|
],
|
235
235
|
'import/no-cycle': 'error',
|
236
236
|
'import/no-unresolved': ['error', { commonjs: true }],
|
237
|
+
'import/no-duplicates': 'error',
|
237
238
|
|
238
239
|
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
|
239
240
|
'react/forbid-foreign-prop-types': ['error', { allowInPropTypes: true }],
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "eslint-config-adslot",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.2",
|
4
4
|
"description": "ESLint configuration for Adslot",
|
5
5
|
"main": "index.js",
|
6
6
|
"files": [
|
@@ -31,19 +31,19 @@
|
|
31
31
|
"release:patch": "npm version patch -m 'build: release patch version %s'"
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
35
|
-
"@typescript-eslint/parser": "^5.
|
36
|
-
"confusing-browser-globals": "^1.0.
|
37
|
-
"eslint-config-prettier": "^8.
|
34
|
+
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
35
|
+
"@typescript-eslint/parser": "^5.22.0",
|
36
|
+
"confusing-browser-globals": "^1.0.11",
|
37
|
+
"eslint-config-prettier": "^8.5.0",
|
38
38
|
"eslint-plugin-chai-friendly": "^0.7.2",
|
39
|
-
"eslint-plugin-import": "^2.
|
39
|
+
"eslint-plugin-import": "^2.26.0",
|
40
40
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
41
|
-
"eslint-plugin-lodash": "^7.
|
42
|
-
"eslint-plugin-react": "^7.
|
43
|
-
"eslint-plugin-react-hooks": "^4.
|
41
|
+
"eslint-plugin-lodash": "^7.4.0",
|
42
|
+
"eslint-plugin-react": "^7.29.4",
|
43
|
+
"eslint-plugin-react-hooks": "^4.5.0"
|
44
44
|
},
|
45
45
|
"peerDependencies": {
|
46
|
-
"eslint": "^8.
|
46
|
+
"eslint": "^8.14.0"
|
47
47
|
},
|
48
48
|
"devDependencies": {}
|
49
49
|
}
|