Skip to content

Commit

Permalink
feat: add stylelint config file 馃憖
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Jul 22, 2021
1 parent 5528ec0 commit 2060677
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stylelint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-config-prettier'],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {},
};

0 comments on commit 2060677

Please sign in to comment.