Skip to content

Commit

Permalink
fix linting config
Browse files Browse the repository at this point in the history
  • Loading branch information
individuart committed Oct 1, 2024
1 parent c8820a1 commit acd10d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit acd10d5

Please sign in to comment.