1
0
Fork 0
forked from svrjs/svrjs

Modify package.json - change the lint script

This commit is contained in:
Dorian Niemiec 2024-08-28 14:03:31 +02:00
parent 64b4e056cb
commit 1309e36151

View file

@ -5,7 +5,7 @@
"scripts": { "scripts": {
"build": "node esbuild.config.js", "build": "node esbuild.config.js",
"dev": "npm run build && npm run start", "dev": "npm run build && npm run start",
"lint": "eslint --no-error-on-unmatched-pattern src/**/*.js src/*.js tests/**/*.test.js tests/**/*.js utils/**/*.js", "lint": "eslint --no-error-on-unmatched-pattern src/**/*.js src/*.js tests/**/*.test.js tests/**/*.js utils/*.js utils/**/*.js",
"lint:fix": "npm run lint -- --fix", "lint:fix": "npm run lint -- --fix",
"start": "node dist/svr.js", "start": "node dist/svr.js",
"test": "jest" "test": "jest"