Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Update .stylelintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed May 5, 2022
1 parent 84632e9 commit e4cc8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/.stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
extends: ["stylelint-config-standard", "stylelint-config-prettier"],
ignoreFiles: ["build/**/*.css", "coverage/**/*.css"],
ignoreFiles: ["build/**/*.css"],
};

0 comments on commit e4cc8a1

Please sign in to comment.