Skip to content

Commit

Permalink
fixup! Refactor(stylelint-config): Switch to ESM syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 7, 2024
1 parent 9ccd7e5 commit cd67ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/stylelint-config-spirit/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable import/extensions -- Cannot find module error */
import prettierPlugin from './plugins/prettier.js';
import styleRules from './rules/style.js';
import unstableRules from './rules/unstable.js';
Expand Down

0 comments on commit cd67ab6

Please sign in to comment.