@ethang/eslint-config 16.0.10 → 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.
Files changed (2) hide show
  1. package/eslint.config.js +0 -2
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -306,7 +306,6 @@ export default tseslint.config(
306
306
  yoda: ["error", "always"],
307
307
  // eslint overloads
308
308
 
309
- "class-methods-use-this": "off", // Handled by tseslint
310
309
  "default-param-last": "off", // Handled by tseslint
311
310
  "dot-notation": "off", // Handled by tseslint
312
311
  "max-params": "off", // Handled by tseslint
@@ -351,7 +350,6 @@ export default tseslint.config(
351
350
  "@typescript-eslint/ban-tslint-comment": "error",
352
351
  "@typescript-eslint/ban-types": "error",
353
352
  "@typescript-eslint/class-literal-property-style": "error",
354
- "@typescript-eslint/class-methods-use-this": "error",
355
353
  "@typescript-eslint/consistent-generic-constructors": "error",
356
354
  "@typescript-eslint/consistent-indexed-object-style": "error",
357
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.10",
3
+ "version": "16.0.11",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },