Only lint-staged code files
This commit is contained in:
+1
-1
@@ -252,6 +252,6 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "yarn eslint --ext .js,.jsx,.ts,.tsx --fix"
|
"*{.js,.jsx,.ts,.tsx}": "yarn eslint --fix"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user