Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 4850bfe

Browse files
feat: add stylelint config file
1 parent 9bb6452 commit 4850bfe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

stylelint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
3+
// add your custom config here
4+
// https://stylelint.io/user-guide/configuration
5+
rules: {},
6+
};

0 commit comments

Comments
 (0)