Skip to content

Commit

Permalink
feat(eslint-config-angular): add sort-type-constituents (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Dec 6, 2022
1 parent bef079b commit db0d84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-angular/experimental/index.js
Expand Up @@ -23,6 +23,7 @@ module.exports = {
typedefs: true,
},
],
'@typescript-eslint/sort-type-constituents': 'error',
},
},
],
Expand Down

0 comments on commit db0d84b

Please sign in to comment.