chore: adjust prettier paths

This commit is contained in:
Jean-Philippe Sirois
2019-10-07 07:21:54 -04:00
parent 44a8d02b35
commit 37ff0c1cf5
+1 -1
View File
@@ -20,7 +20,7 @@
"codegen": "graphql-codegen --config codegen.yml", "codegen": "graphql-codegen --config codegen.yml",
"develop": "gatsby develop", "develop": "gatsby develop",
"fetch-users": "node ./scripts/fetchUsers.js", "fetch-users": "node ./scripts/fetchUsers.js",
"format": "prettier --write src/**/*.{js,jsx}", "format": "prettier --write src/{**,**/**}/*.{js,ts,tsx,md}",
"lint": "tslint -p tsconfig.json -c tslint.json '{src,scripts}/**/*.{js,ts,tsx}'", "lint": "tslint -p tsconfig.json -c tslint.json '{src,scripts}/**/*.{js,ts,tsx}'",
"lint:fix": "npm run lint -- --fix", "lint:fix": "npm run lint -- --fix",
"serve": "gatsby serve", "serve": "gatsby serve",