|
1 | 1 | { |
2 | 2 | "name": "@shiftcode/eslint-config-recommended", |
3 | | - "version": "5.0.0", |
| 3 | + "version": "5.0.1-pr53.1", |
4 | 4 | "description": "default shiftcode config for eslint", |
5 | 5 | "repository": "https://github.com/shiftcode/sc-commons-public", |
6 | 6 | "license": "UNLICENSED", |
|
24 | 24 | "prebuild": "rm -rf ./dist", |
25 | 25 | "build": "tsc", |
26 | 26 | "build:lint:ci": "npm run build", |
| 27 | + "format": "npm run format:base -- --write", |
| 28 | + "format:base": "prettier --config ../../.prettierrc.yml '{src,e2e,test}/**/*.ts'", |
| 29 | + "format:ci": "npm run format:base -- --check", |
| 30 | + "format:staged": "prettier --write --config ../../.prettierrc.yml", |
27 | 31 | "lint": "npm run lint:src:fix", |
28 | 32 | "lint:ci": "npm run lint:src", |
29 | 33 | "lint:src": "eslint ./src", |
30 | 34 | "lint:src:fix": "eslint ./src --cache --fix", |
31 | 35 | "lint:staged": "eslint --fix --cache", |
32 | | - "prettier": "prettier --write --config ../../.prettierrc.yml '{src,e2e,test}/**/*.ts'", |
33 | | - "prettier:staged": "prettier --write --config ../../.prettierrc.yml", |
34 | 36 | "prepublish": "node ../publish-helper/dist/prepare-dist.js", |
35 | 37 | "test": "echo 'Error: no test specificed'", |
36 | 38 | "test:ci": "npm run test" |
37 | 39 | }, |
38 | 40 | "dependencies": { |
39 | | - "@shiftcode/eslint-plugin-rules": "^4.0.0", |
| 41 | + "@shiftcode/eslint-plugin-rules": "^4.0.1-pr53.1", |
40 | 42 | "@typescript-eslint/eslint-plugin": "^8.18.0", |
41 | 43 | "@typescript-eslint/parser": "^8.18.0", |
42 | 44 | "eslint": "^8.56.0", |
|
0 commit comments