Skip to content

Commit

Permalink
refactor: replace TSLint with ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Feb 19, 2023
1 parent 1fab2c3 commit d63b341
Show file tree
Hide file tree
Showing 5 changed files with 1,975 additions and 378 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'prettier'],
root: true,
rules: {
'prettier/prettier': 'error',
},
};

0 comments on commit d63b341

Please sign in to comment.