@dfds-ui/eslint-config 1.1.12-alpha.2582097f → 1.1.12-alpha.2ca6d0ec
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/eslint.config.js +0 -2
- package/package.json +14 -14
package/eslint.config.js
CHANGED
|
@@ -88,7 +88,6 @@ module.exports = {
|
|
|
88
88
|
//'@typescript-eslint/ban-ts-ignore': 'error',
|
|
89
89
|
|
|
90
90
|
'@typescript-eslint/explicit-module-boundary-types': 'off', // TODO: TS4 consider enabling
|
|
91
|
-
'@typescript-eslint/no-unsafe-argument': 'off', // TODO: Consider eabling
|
|
92
91
|
'@typescript-eslint/no-unsafe-assignment': 'off', // TODO: TS4 consider enabling
|
|
93
92
|
'@typescript-eslint/no-unsafe-call': 'off', // TODO: TS4 consider enabling
|
|
94
93
|
'@typescript-eslint/no-unsafe-member-access': 'off', // TODO: TS4 consider enabling
|
|
@@ -115,7 +114,6 @@ module.exports = {
|
|
|
115
114
|
'react-hooks/rules-of-hooks': 'error',
|
|
116
115
|
'react-hooks/exhaustive-deps': 'warn',
|
|
117
116
|
'react/no-unescaped-entities': 'off', // TODO: maybe enable this?
|
|
118
|
-
'react/no-unknown-property': ['error', { ignore: ['css'] }],
|
|
119
117
|
'react/jsx-no-literals': 'off', // TODO: maybe enable this?
|
|
120
118
|
|
|
121
119
|
'deprecation/deprecation': 'warn',
|
package/package.json
CHANGED
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.1.12-alpha.
|
|
8
|
+
"version": "1.1.12-alpha.2ca6d0ec",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
11
|
-
"@typescript-eslint/parser": "^
|
|
12
|
-
"eslint": "
|
|
10
|
+
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
11
|
+
"@typescript-eslint/parser": "^4.32.0",
|
|
12
|
+
"eslint": "7.32.0",
|
|
13
13
|
"eslint-import-resolver-babel-module": "^5.3.1",
|
|
14
14
|
"eslint-import-resolver-lerna": "^2.0.0",
|
|
15
|
-
"eslint-import-resolver-typescript": "^
|
|
16
|
-
"eslint-import-resolver-workspaces": "^1.
|
|
17
|
-
"eslint-plugin-deprecation": "^1.
|
|
18
|
-
"eslint-plugin-import": "^2.
|
|
19
|
-
"eslint-plugin-prettier": "4.
|
|
20
|
-
"eslint-plugin-react": "7.
|
|
21
|
-
"eslint-plugin-react-hooks": "4.
|
|
22
|
-
"eslint-plugin-simple-import-sort": "^
|
|
23
|
-
"prettier": "2.
|
|
15
|
+
"eslint-import-resolver-typescript": "^2.5.0",
|
|
16
|
+
"eslint-import-resolver-workspaces": "^1.0.12",
|
|
17
|
+
"eslint-plugin-deprecation": "^1.2.1",
|
|
18
|
+
"eslint-plugin-import": "^2.24.2",
|
|
19
|
+
"eslint-plugin-prettier": "4.0.0",
|
|
20
|
+
"eslint-plugin-react": "7.26.0",
|
|
21
|
+
"eslint-plugin-react-hooks": "4.2.0",
|
|
22
|
+
"eslint-plugin-simple-import-sort": "^7.0.0",
|
|
23
|
+
"prettier": "2.4.1"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "2ca6d0ec986f9cfc56f1d4a51403896434a7b055"
|
|
26
26
|
}
|