Skip to content

Commit

Permalink
Add 'unicorn/prefer-query-selector' rule
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 19, 2023
1 parent b296c45 commit e1408e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
},
],
'unicorn/prevent-abbreviations': 'error',
'unicorn/prefer-query-selector': 'error',
'import/newline-after-import': ['error', { count: 1 }],
'import/first': 'error',
'import/order': [
Expand Down

0 comments on commit e1408e5

Please sign in to comment.