Skip to content

Commit

Permalink
Exclude build directory from style linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Feb 21, 2020
1 parent 6131164 commit a7c9c60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
*.vue
1 change: 0 additions & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": ["./node_modules/prettier-stylelint/config.js", "stylelint-config-prettier"],
"plugins": ["stylelint-order"],
"ignoreFiles": ["/**/*.vue"],
"rules": {
"comment-empty-line-before": null,
"font-family-no-missing-generic-family-keyword": null,
Expand Down

0 comments on commit a7c9c60

Please sign in to comment.