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" } }