Skip to content

Commit

Permalink
fixup! Fix(design-tokens): Fix eslint configuration #DS-1503
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Oct 8, 2024
1 parent 4bada64 commit 408cce2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/design-tokens/.stylelintrc.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
import stylelintConfig from 'stylelint-config-spirit';

export default stylelintConfig;
export default {
...stylelintConfig,

rules: {
'prettier/prettier': null,
},
};

0 comments on commit 408cce2

Please sign in to comment.