From acd10d5a673bc635d8d95d5bc3821acea448ec9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Garc=C3=ADa?= Date: Tue, 1 Oct 2024 17:43:32 +0200 Subject: [PATCH] fix linting config --- .eslintrc.js | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b885d39..195f86e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,11 @@ module.exports = { extends: ['@cabify/eslint-config/recommended'], + ignorePatterns: [ + 'webpack', + 'jest.config.js', + 'babel.config.js', + '.eslintrc.js', + ], parser: '@typescript-eslint/parser', parserOptions: { createDefaultProgram: true, diff --git a/package.json b/package.json index a7a29ae..209e68b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react-dom": ">=16.8.0 < 19.0.0" }, "volta": { - "node": "18.14.2", + "node": "20.9.0", "yarn": "1.22.19" } }