@ethang/eslint-config 16.0.9 → 16.0.11
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 -3
- package/package.json +2 -2
package/eslint.config.js
CHANGED
|
@@ -256,7 +256,6 @@ export default tseslint.config(
|
|
|
256
256
|
"no-shadow-restricted-names": "error",
|
|
257
257
|
"no-sparse-arrays": "error",
|
|
258
258
|
"no-this-before-super": "error",
|
|
259
|
-
"no-undef": "error",
|
|
260
259
|
"no-undef-init": "error",
|
|
261
260
|
"no-unmodified-loop-condition": "error",
|
|
262
261
|
"no-unneeded-ternary": "error",
|
|
@@ -307,7 +306,6 @@ export default tseslint.config(
|
|
|
307
306
|
yoda: ["error", "always"],
|
|
308
307
|
// eslint overloads
|
|
309
308
|
|
|
310
|
-
"class-methods-use-this": "off", // Handled by tseslint
|
|
311
309
|
"default-param-last": "off", // Handled by tseslint
|
|
312
310
|
"dot-notation": "off", // Handled by tseslint
|
|
313
311
|
"max-params": "off", // Handled by tseslint
|
|
@@ -352,7 +350,6 @@ export default tseslint.config(
|
|
|
352
350
|
"@typescript-eslint/ban-tslint-comment": "error",
|
|
353
351
|
"@typescript-eslint/ban-types": "error",
|
|
354
352
|
"@typescript-eslint/class-literal-property-style": "error",
|
|
355
|
-
"@typescript-eslint/class-methods-use-this": "error",
|
|
356
353
|
"@typescript-eslint/consistent-generic-constructors": "error",
|
|
357
354
|
"@typescript-eslint/consistent-indexed-object-style": "error",
|
|
358
355
|
"@typescript-eslint/consistent-type-assertions": "error",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ethang/eslint-config",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.11",
|
|
4
4
|
"repository": {
|
|
5
5
|
"url": "git+https://github.com/eglove/eslint-config-ethang.git"
|
|
6
6
|
},
|
|
@@ -47,6 +47,6 @@
|
|
|
47
47
|
"typescript-eslint": "^7.10.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@ethang/project-builder": "^1.1.
|
|
50
|
+
"@ethang/project-builder": "^1.1.37"
|
|
51
51
|
}
|
|
52
52
|
}
|