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

@@ -5,7 +5,7 @@
"license": "GPLv3",
"scripts": {
"lint": "eslint .",
"format": "prettier --write \"**/*.+(js|json|ts|tsx|md)\""
"format": "prettier --write \"**/*.+(js|json)\""
},
"devDependencies": {
"eslint": "^6.1.0",