Skip to content

Commit

Permalink
chore: expand lint-staged, use eslint cache (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshumanv committed Dec 9, 2021
1 parent 341020b commit ac2ccb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lint-staged.config.js
@@ -1,4 +1,4 @@
module.exports = {
"*.js": ["eslint --fix", "prettier --write"],
"*.{json,md,yml,css,ts}": ["prettier --write"],
"*": ["prettier --write --ignore-unknown"],
"*.{js}": ["eslint --cache --fix"],
};
4 changes: 2 additions & 2 deletions test/__snapshots__/loader.test.js.snap
Expand Up @@ -81,14 +81,14 @@ exports[`loader should delegate resolving (LESS) imports with URLs to "less" pac
font-style: normal;
font-weight: 300;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
Expand Down

0 comments on commit ac2ccb6

Please sign in to comment.