Skip to content

Commit

Permalink
Switch off typescript eslint curly spacing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Oct 19, 2022
1 parent b83fb27 commit 6ed0614
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 6ed0614

Please sign in to comment.