Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Oct 23, 2023
1 parent 9d2abbc commit 6ef53af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
},
ecmaVersion: 2020,
sourceType: 'module',
},
},
plugins: ['@typescript-eslint', 'prettier'],
ignorePatterns: ['build/*'],
rules: {
Expand All @@ -27,4 +27,4 @@ module.exports = {
'@typescript-eslint/no-unused-vars': ['error'],
curly: [2, 'all'],
},
}
}

0 comments on commit 6ef53af

Please sign in to comment.