This commit is contained in:
Kent C. Dodds
2019-07-31 20:20:48 -06:00
parent 571fc946b8
commit cc722afcb2
9 changed files with 13 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"lint": "eslint .",
"format": "npm run prettier -- --write",
"prettier": "prettier \"**/*.+(js|json|ts|tsx|md)\"",
"prettier": "prettier \"**/*.+(js|json)\"",
"validate": "npm run lint && npm run prettier -- --list-different"
},
"devDependencies": {