Skip to content

Commit

Permalink
add unicorn/prefer-dom-node-text-content rule
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 19, 2023
1 parent 28bd2fd commit f643040
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 @@ -44,6 +44,7 @@ module.exports = {
'unicorn/prefer-query-selector': 'error',
'unicorn/prefer-add-event-listener': 'error',
'unicorn/no-array-for-each': 'error',
'unicorn/prefer-dom-node-text-content': 'error',
'import/newline-after-import': ['error', { count: 1 }],
'import/first': 'error',
'import/order': [
Expand Down

0 comments on commit f643040

Please sign in to comment.