diff --git a/package.json b/package.json index dec09de..3758686 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "build": "tsc --project './tsconfig.json'", "start": "yarn run build && NODE_ENV=production node ./dist/index.js", "watch": "tsc --project './tsconfig.json' --watch", - "lint": "eslint src/**/*.{ts,css,js,html}", - "lint:fix": "eslint --fix --ext src/**/*.ts", + "lint": "eslint 'src/**/*.{ts,css,js,html}'", + "lint:fix": "eslint --fix --ext 'src/**/*.ts'", "code:format": "prettier --write src/**/*.ts", "code:check": "prettier --check src/**/*.ts", "code:format:specific-file": "prettier --write ",