We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2aaaef + 52790fb commit 795b338Copy full SHA for 795b338
lib/configs/typescript.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:escompat/typescript-2020'],
3
parser: '@typescript-eslint/parser',
4
- plugins: ['@typescript-eslint', 'github'],
+ plugins: ['@typescript-eslint', 'escompat', 'github'],
5
rules: {
6
camelcase: 'off',
7
'no-unused-vars': 'off',
0 commit comments