Skip to content

Commit

Permalink
Merge pull request scandipwa#5283 from AleksandrsKondratjevs/issue-5282
Browse files Browse the repository at this point in the history
issue-5282 - Fix compiling project with eslint parses error
  • Loading branch information
AleksandrsKondratjevs authored Nov 5, 2022
2 parents 50827c1 + 7dd4f87 commit fdabadb
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 fdabadb

Please sign in to comment.