Skip to content

Commit

Permalink
fix(stylelint): ignore esm and umd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wewoor committed Apr 13, 2021
1 parent bae0bbe commit 6a175af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"max-nesting-depth": 4,
"no-missing-end-of-source-newline": null
},
"ignoreFiles": ["coverage/**/*.css"]
"ignoreFiles": ["coverage/**/*.css", "esm/**/*.css", "umd/**/*.css"]
}

0 comments on commit 6a175af

Please sign in to comment.