Skip to content

Commit a5de8e3

Browse files
authored
chore: enable eslint-plugin/test-case-property-ordering rule (#684)
* chore: enable `eslint-plugin/test-case-property-ordering` rule * chore: remove old comment
1 parent 133a706 commit a5de8e3

15 files changed

+184
-184
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = {
3636
'@typescript-eslint/ban-types': 'error',
3737
'@typescript-eslint/no-unused-vars': 'error',
3838
'eslint-comments/no-unused-disable': 'error',
39+
'eslint-plugin/test-case-property-ordering': 'error',
3940
'no-else-return': 'error',
4041
'no-negated-condition': 'error',
4142
eqeqeq: ['error', 'smart'],
@@ -73,7 +74,6 @@ module.exports = {
7374
{ blankLine: 'any', prev: 'directive', next: 'directive' },
7475
],
7576

76-
// todo: pulled from v3 of @typescript-eslint's eslint-recommended config
7777
'prefer-spread': 'error',
7878
'prefer-rest-params': 'error',
7979
'prefer-const': ['error', { destructuring: 'all' }],

0 commit comments

Comments
 (0)