X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=842f8c47a57e10d89898cbefb82222ab058d0505;hb=626d3ce5e6dfdc848cb2bb5833044fe6fbe68324;hp=74cc8b60e771596acc83651fea83f3a086581740;hpb=aa345d0154ff9700d8c9467c04c215ef5d07bbbf;p=e-mobility-charging-stations-simulator.git diff --git a/package.json b/package.json index 74cc8b60..842f8c47 100644 --- a/package.json +++ b/package.json @@ -70,9 +70,9 @@ "build:entities": "tsc -p tsconfig-mikro-orm.json", "clean:dist": "pnpm exec rimraf dist", "clean:node_modules": "pnpm exec rimraf node_modules", - "lint": "cross-env TIMING=1 eslint --cache src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", - "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests .eslintrc.cjs bundle.js mikro-orm.config-template.ts", - "format": "prettier --cache --write .; eslint --cache --fix src .eslintrc.cjs tests bundle.js mikro-orm.config-template.ts", + "lint": "cross-env TIMING=1 eslint --cache src tests ./*.cjs ./*.js ./*.ts", + "lint:fix": "cross-env TIMING=1 eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts", + "format": "prettier --cache --write .; eslint --cache --fix src tests ./*.cjs ./*.js ./*.ts", "test": "glob -c \"c8 node --import tsx --test\" \"tests/**/*.test.ts\"", "test:debug": "glob -c \"node --import tsx --test --inspect\" \"tests/**/*.test.ts\"", "coverage": "c8 report --reporter=lcov",