mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore: adjust prettier paths
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user