mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
refact: clean up unused variables & setup matching lint rule
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@
|
||||
"develop": "gatsby develop",
|
||||
"fetch-users": "node ./scripts/fetchUsers.js",
|
||||
"format": "prettier --write src/**/*.{js,jsx}",
|
||||
"lint": "tslint -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",
|
||||
"serve": "gatsby serve",
|
||||
"start": "npm run develop",
|
||||
|
||||
Reference in New Issue
Block a user