eslint-config-angular-strict 2.2.17 → 2.2.18

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 +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -97,7 +97,6 @@ export default [
97
97
  '@stylistic/quotes': ['error', 'single'],
98
98
  '@stylistic/semi': ['error', 'always'],
99
99
  '@stylistic/space-before-blocks': 'error',
100
- '@stylistic/space-before-function-paren': ['error', { anonymous: 'always', named: 'never', asyncArrow: 'always' }],
101
100
 
102
101
  // Import rules
103
102
  'import-x/no-anonymous-default-export': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.17",
3
+ "version": "2.2.18",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -21,7 +21,7 @@
21
21
  "license": "MIT",
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/Jbz797/eslint-config-angular-strict"
24
+ "url": "git+https://github.com/Jbz797/eslint-config-angular-strict.git"
25
25
  },
26
26
  "bugs": {
27
27
  "url": "https://github.com/Jbz797/eslint-config-angular-strict/issues"