Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jan 29, 2024
1 parent badc0fe commit d8bec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
// TODO
'array-callback-return': 'off', // (7 matches)
'block-scoped-var': 'off', // (391 matches)
'brace-style': 'off', // (69 remaining non-autofixable matches)
'brace-style': 'off', // eslint-disable-line no-dupe-keys -- (69 remaining non-autofixable matches)
'camelcase': 'off', // (1886 matches)
'comma-dangle': 'off', // eslint-disable-line no-dupe-keys -- (131 matches)
'dot-notation': 'off', // (36 matches)
Expand Down

0 comments on commit d8bec36

Please sign in to comment.