Skip to content

Commit 54ebb94

Browse files
committed
Use an .mjs file for configuring Stylelint
1 parent 8a7fe9f commit 54ebb94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
'use strict';
2-
3-
module.exports = {
1+
export default {
42
extends: ['stylelint-config-standard'],
53
};

0 commit comments

Comments
 (0)