@egy186/eslint-config 0.110.0 → 0.111.0
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/dist/typescript.d.ts +7 -0
- package/dist/typescript.js +7 -0
- package/package.json +10 -10
package/dist/typescript.d.ts
CHANGED
|
@@ -161,18 +161,25 @@ declare const config: {
|
|
|
161
161
|
camelcase: "off";
|
|
162
162
|
'class-methods-use-this': "off";
|
|
163
163
|
'consistent-return': "off";
|
|
164
|
+
'default-param-last': "off";
|
|
164
165
|
'dot-notation': "off";
|
|
165
166
|
'init-declarations': "off";
|
|
166
167
|
'max-params': "off";
|
|
168
|
+
'no-array-constructor': "off";
|
|
167
169
|
'no-dupe-class-members': "off";
|
|
170
|
+
'no-empty-function': "off";
|
|
171
|
+
'no-implied-eval': "off";
|
|
168
172
|
'no-invalid-this': "off";
|
|
169
173
|
'no-loop-func': "off";
|
|
170
174
|
'no-loss-of-precision': "off";
|
|
171
175
|
'no-redeclare': "off";
|
|
172
176
|
'no-restricted-imports': "off";
|
|
173
177
|
'no-shadow': "off";
|
|
178
|
+
'no-throw-literal': "off";
|
|
174
179
|
'no-unused-expressions': "off";
|
|
180
|
+
'no-unused-vars': "off";
|
|
175
181
|
'no-use-before-define': "off";
|
|
182
|
+
'no-useless-constructor': "off";
|
|
176
183
|
'prefer-destructuring': "off";
|
|
177
184
|
'prefer-promise-reject-errors': "off";
|
|
178
185
|
'require-await': "off";
|
package/dist/typescript.js
CHANGED
|
@@ -164,18 +164,25 @@ const config = {
|
|
|
164
164
|
camelcase: 'off',
|
|
165
165
|
'class-methods-use-this': 'off',
|
|
166
166
|
'consistent-return': 'off',
|
|
167
|
+
'default-param-last': 'off',
|
|
167
168
|
'dot-notation': 'off',
|
|
168
169
|
'init-declarations': 'off',
|
|
169
170
|
'max-params': 'off',
|
|
171
|
+
'no-array-constructor': 'off',
|
|
170
172
|
'no-dupe-class-members': 'off',
|
|
173
|
+
'no-empty-function': 'off',
|
|
174
|
+
'no-implied-eval': 'off',
|
|
171
175
|
'no-invalid-this': 'off',
|
|
172
176
|
'no-loop-func': 'off',
|
|
173
177
|
'no-loss-of-precision': 'off',
|
|
174
178
|
'no-redeclare': 'off',
|
|
175
179
|
'no-restricted-imports': 'off',
|
|
176
180
|
'no-shadow': 'off',
|
|
181
|
+
'no-throw-literal': 'off',
|
|
177
182
|
'no-unused-expressions': 'off',
|
|
183
|
+
'no-unused-vars': 'off',
|
|
178
184
|
'no-use-before-define': 'off',
|
|
185
|
+
'no-useless-constructor': 'off',
|
|
179
186
|
'prefer-destructuring': 'off',
|
|
180
187
|
'prefer-promise-reject-errors': 'off',
|
|
181
188
|
'require-await': 'off'
|
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egy186/eslint-config",
|
|
3
3
|
"description": "Eslint shareable config",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.111.0",
|
|
5
5
|
"author": "egy186",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/egy186/eslint-config/issues"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@stylistic/eslint-plugin": "~1.6.
|
|
10
|
+
"@stylistic/eslint-plugin": "~1.6.3",
|
|
11
11
|
"eslint-plugin-import": "~2.29.1",
|
|
12
|
-
"eslint-plugin-jsdoc": "~48.2.
|
|
12
|
+
"eslint-plugin-jsdoc": "~48.2.1",
|
|
13
13
|
"eslint-plugin-n": "~16.6.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@eslint-stylistic/metadata": "~1.6.
|
|
16
|
+
"@eslint-stylistic/metadata": "~1.6.3",
|
|
17
17
|
"@types/eslint": "^8.56.5",
|
|
18
|
-
"@types/node": "^20.11.
|
|
19
|
-
"@typescript-eslint/eslint-plugin": "~7.
|
|
20
|
-
"@typescript-eslint/parser": "~7.
|
|
18
|
+
"@types/node": "^20.11.27",
|
|
19
|
+
"@typescript-eslint/eslint-plugin": "~7.2.0",
|
|
20
|
+
"@typescript-eslint/parser": "~7.2.0",
|
|
21
21
|
"eslint": "~8.57.0",
|
|
22
22
|
"eslint-import-resolver-typescript": "~3.6.1",
|
|
23
23
|
"eslint-plugin-jest": "~27.9.0",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"eslint-plugin-react-hooks": "~4.6.0",
|
|
26
26
|
"husky": "^9.0.11",
|
|
27
27
|
"jiti": "^1.21.0",
|
|
28
|
-
"typescript": "~5.
|
|
28
|
+
"typescript": "~5.4.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.18.0"
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"main": "index.js",
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
51
|
-
"@typescript-eslint/parser": "^7.
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
51
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
52
52
|
"eslint": "^8.50.0",
|
|
53
53
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
54
54
|
"eslint-plugin-jest": "^27.7.0",
|