Skip to content

Commit cb3fea0

Browse files
Merge pull request #140 from bertdeblock/use-mjs-for-stylelint-config-file
Use an `.mjs` file for configuring Stylelint
2 parents 0b4443c + 54ebb94 commit cb3fea0

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)