Skip to content

Commit e6f585e

Browse files
author
Larry Botha
committed
chore(eslint): add TS deps
1 parent f8bc548 commit e6f585e

File tree

3 files changed

+3556
-2763
lines changed

3 files changed

+3556
-2763
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ module.exports = {
88
rules: {
99
'unicorn/no-reduce': ['off'],
1010
},
11+
12+
parser: '@typescript-eslint/parser',
13+
plugins: ['@typescript-eslint'],
14+
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
1115
};

0 commit comments

Comments
 (0)