Skip to content

Commit

Permalink
Merge pull request scandipwa#5237 from AleksandrsKondratjevs/ts-issue…
Browse files Browse the repository at this point in the history
…-theme-types

Switch off typescript eslint curly spacing rule for CSA
  • Loading branch information
AleksandrsKondratjevs authored Oct 19, 2022
2 parents fe70c16 + 6ed0614 commit 602c7ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-packages/csa-generator-theme/template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
requireConfigFile: false,
},
rules: {
'@typescript-eslint/object-curly-spacing': 'off',
// TODO: disable or enable rules here
},
};

0 comments on commit 602c7ee

Please sign in to comment.