feat: upgrade minor and bug versions of dependencies
This commit is contained in:
8
lint-staged.config.js
Normal file
8
lint-staged.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
"*.{json, md, yml, scss}": ["prettier --write"],
|
||||
"*.{js, ts, tsx}": [
|
||||
"eslint",
|
||||
"prettier --write",
|
||||
"react-scripts test --watchAll=false --findRelatedTests",
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user