From 4fae5b289b2f74105f3c37866597aad380492757 Mon Sep 17 00:00:00 2001 From: Jan Jaworski Date: Tue, 18 Jan 2022 12:40:44 +0100 Subject: [PATCH] chore: add recommended rules from typescript eslint --- node.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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': {