Austin Schuh | 272c613 | 2020-11-14 16:37:52 -0800 | [diff] [blame] | 1 | /* eslint-env node */ |
2 | |||||
3 | module.exports = { | ||||
4 | root: true, | ||||
5 | parser: '@typescript-eslint/parser', | ||||
6 | plugins: [ | ||||
7 | '@typescript-eslint', | ||||
8 | ], | ||||
9 | extends: [ | ||||
10 | 'eslint:recommended', | ||||
11 | 'plugin:@typescript-eslint/recommended', | ||||
12 | ] | ||||
13 | }; |