Skip to content

Commit

Permalink
fix: eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Oct 4, 2024
1 parent ee9428b commit 143a6b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
module.exports = {
extends: "@terrestris/eslint-config-typescript",
extends: '@terrestris/eslint-config-typescript',
rules: {
"no-underscore-dangle": "off",
'no-underscore-dangle': 'off',
'no-shadow': 'off',
'@typescript-eslint/no-shadow': ['error'],
camelcase: [
"off",
'off',
{
ignoreImports: true,
},
Expand Down

0 comments on commit 143a6b3

Please # to comment.