Skip to content

Commit

Permalink
Fix compiling project with eslint parses error
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Nov 4, 2022
1 parent 94a0134 commit 7dd4f87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-packages/csa-generator-theme/template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module.exports = {
tsconfigRootDir: __dirname,
project: './tsconfig.json',
requireConfigFile: false,
babelOptions: {
presets: ['@babel/preset-react'],
},
},
rules: {
'@typescript-eslint/object-curly-spacing': 'off',
Expand Down

0 comments on commit 7dd4f87

Please sign in to comment.