diff --git a/node.js b/node.js index 26623f7..a52ed04 100644 --- a/node.js +++ b/node.js @@ -78,7 +78,8 @@ module.exports = { { files: ['*.ts', '*.tsx'], parser: '@typescript-eslint/parser', - plugins: ['@typescript-eslint/eslint-plugin'], + plugins: ['@typescript-eslint'], + extends: ['plugin:@typescript-eslint/recommended'], settings: { 'import/extensions': [...extensions.TS, ...extensions.JS], 'import/parsers': {