eslint-config-angular-strict 2.2.9 → 2.2.12

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/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -110,9 +110,7 @@ export default [
110
110
  'import-x/no-commonjs': 'error',
111
111
  'import-x/no-cycle': ['error', { maxDepth: 2 }],
112
112
  'import-x/no-deprecated': 'error',
113
- 'import-x/no-empty-named-blocks': 'error',
114
113
  'import-x/no-import-module-exports': 'off',
115
- 'import-x/no-named-as-default-member': 'error',
116
114
  'import-x/order': [
117
115
  'error',
118
116
  {
@@ -132,7 +130,7 @@ export default [
132
130
  'import-x/prefer-default-export': 'off',
133
131
 
134
132
  // General rules
135
- 'class-methods-use-this': ['error', { exceptMethods: ['beforeUnloadHander', 'trackBy', 'transform', 'windowRef'] }],
133
+ 'class-methods-use-this': 'off',
136
134
  'max-lines': ['error', { max: 400, skipBlankLines: true, skipComments: true }],
137
135
  'no-param-reassign': ['error', { props: false }],
138
136
  'no-plusplus': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.09",
3
+ "version": "2.2.12",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",