mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: fixes linting scripts in package.json
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"dev": "nodemon --watch ./src/ -e ts,tsx --exec npm run build",
|
||||
"build": "webpack --config ./webpack/prod.config.js && tsc --declaration --emitDeclarationOnly && tsc-alias",
|
||||
"test": "jest",
|
||||
"lint": "tsc --noEmit && eslint ./src/**/*.{ts,tsx}",
|
||||
"lint:fix": "eslint --fix ./src/**/*.{ts,tsx}",
|
||||
"lint": "tsc --noEmit && eslint ./src/**/* --ext .ts,.tsx",
|
||||
"lint:fix": "eslint --fix ./src/**/* --ext .ts,.tsx",
|
||||
"docs:dev": "cd ./docs && npm run dev",
|
||||
"docs:build": "cd ./docs && npm run build",
|
||||
"docs:start": "cd ./docs && npm run start",
|
||||
|
||||
Reference in New Issue
Block a user