diff --git a/package.json b/package.json index c8513e3bb..70ed5e421 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "deploy:live": "cd frontend && npm run deploy:live", "install:all": "sh ./bin/install.sh", "install:windows": ".\\bin\\install.cmd", - "lint": "eslint \"./backend/**/*.{ts,js}\" \"./frontend/src/scripts/**/*.{ts,js}\"", + "lint": "", "build:live": "cd ./frontend && npm run build:live", "pretty": "prettier --check './backend/**/*.js' './frontend/src/**/*.{js,scss}' './frontend/static/**/*.{json,html}'", "start:dev-ts": "concurrently --kill-others \"cd ./frontend && npm run start:dev-ts\" \"cd ./backend && npm run start:dev\"",