Skip to content

Commit b213a0b

Browse files
committed
update lint-staged to include scss
1 parent 0990a12 commit b213a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prepare": "husky install"
1515
},
1616
"lint-staged": {
17-
"**/*.{js,jsx,ts,tsx}": [
17+
"**/*.{js,jsx,ts,tsx,scss}": [
1818
"prettier --write"
1919
]
2020
},

0 commit comments

Comments
 (0)