@jkba/eslint-config-angular 1.4.0 → 1.4.1

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 +1 -1
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -168,7 +168,7 @@ module.exports = {
168
168
  ],
169
169
  plugins: ['@angular-eslint/template'],
170
170
  rules: {
171
- // '@angular-eslint/template/attributes-order': 'error', // TODO: Bug present (https://github.com/angular-eslint/angular-eslint/issues/1456)
171
+ '@angular-eslint/template/attributes-order': 'error',
172
172
  '@angular-eslint/template/no-inline-styles': 'warn', // For me, it is only a suggestion
173
173
  '@angular-eslint/template/conditional-complexity': [
174
174
  'error', { 'maxComplexity': 3 } // Max 3 is enough, create derived variable with proper naming
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jkba/eslint-config-angular",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Opinionated ESLint config for Angular projects",
5
5
  "main": "index.js",
6
6
  "scripts": {