@plumile/eslint-config-typescript 0.1.199 → 0.1.201
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 +5 -5
- package/package.json +5 -5
package/index.js
CHANGED
|
@@ -1230,11 +1230,11 @@ export function createConfig(options = {}) {
|
|
|
1230
1230
|
'@typescript-eslint/no-unnecessary-type-arguments': ['error'],
|
|
1231
1231
|
'@typescript-eslint/no-unnecessary-type-assertion': ['error'],
|
|
1232
1232
|
'@typescript-eslint/no-unnecessary-type-constraint': ['error'],
|
|
1233
|
-
'@typescript-eslint/no-unsafe-argument': '
|
|
1234
|
-
'@typescript-eslint/no-unsafe-assignment':
|
|
1235
|
-
'@typescript-eslint/no-unsafe-call': ['
|
|
1236
|
-
'@typescript-eslint/no-unsafe-member-access': [
|
|
1237
|
-
'@typescript-eslint/no-unsafe-return': ['
|
|
1233
|
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
|
1234
|
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
|
1235
|
+
'@typescript-eslint/no-unsafe-call': ['error'],
|
|
1236
|
+
'@typescript-eslint/no-unsafe-member-access': ['error'],
|
|
1237
|
+
'@typescript-eslint/no-unsafe-return': ['error'],
|
|
1238
1238
|
'@typescript-eslint/no-useless-empty-export': 'off',
|
|
1239
1239
|
'@typescript-eslint/no-useless-constructor': 'error',
|
|
1240
1240
|
'@typescript-eslint/no-var-requires': 'off',
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "Olivier Hardy <olivier@plumile.com>",
|
|
3
3
|
"name": "@plumile/eslint-config-typescript",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.201",
|
|
5
5
|
"description": "Shared ESLint flat config tuned for TypeScript-forward React projects",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
38
38
|
"eslint": "10.1.0",
|
|
39
|
-
"eslint-plugin-jsdoc": "
|
|
39
|
+
"eslint-plugin-jsdoc": "64.0.2",
|
|
40
40
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
41
|
-
"eslint-plugin-n": "18.
|
|
41
|
+
"eslint-plugin-n": "18.3.0",
|
|
42
42
|
"eslint-plugin-react": "7.37.5",
|
|
43
43
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
44
44
|
"eslint-plugin-relay": "2.0.0",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": ">=8.66.0",
|
|
50
50
|
"eslint": "10.x.x",
|
|
51
|
-
"eslint-plugin-jsdoc": ">=
|
|
51
|
+
"eslint-plugin-jsdoc": ">=64.0.2",
|
|
52
52
|
"eslint-plugin-jsx-a11y": ">=6.10.2",
|
|
53
|
-
"eslint-plugin-n": "18.
|
|
53
|
+
"eslint-plugin-n": "18.3.0",
|
|
54
54
|
"eslint-plugin-react": ">=7.37.5",
|
|
55
55
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
56
56
|
"eslint-plugin-relay": ">=2.0.0",
|