|
58 | 58 | "build:prod:packages": "pnpm --filter \"package-json-utils\" run build:prod && nx run-many --target=build:prod --projects=browserslist-config-anolilab,babel-preset,prettier-config,textlint-config,semantic-release-preset,stylelint-config,eslint-config,commitlint-config,lint-staged-config",
|
59 | 59 | "preinstall": "node verify-node-version.cjs",
|
60 | 60 | "postinstall": "is-ci || husky install",
|
61 |
| - "lint:eslint": "cross-env NO_LOGS=true eslint -c ./.eslintrc.cjs --ext .js,.cjs,.mjs,.ts,.tsx ./packages --cache --cache-strategy content .", |
| 61 | + "lint:eslint": "cross-env NO_LOGS=true eslint -c ./.eslintrc.js --ext .js,.cjs,.mjs,.ts,.tsx,.json,.yaml,.yml ./packages --cache --cache-strategy content .", |
62 | 62 | "lint:eslint:fix": "pnpm run lint:eslint --fix",
|
63 | 63 | "lint:prettier:root": "prettier --config=.prettierrc.js --check '*.{json,yml,yaml,js,ts}'",
|
64 | 64 | "lint:prettier:root:fix": "prettier --config=.prettierrc.js --write '*.{json,yml,yaml,js,ts}'",
|
65 |
| - "lint:staged": "lint-staged --verbose", |
| 65 | + "lint:secrets": "secretlint **/*", |
| 66 | + "lint:staged": "lint-staged --verbose --concurrent false --debug", |
66 | 67 | "lint:styles": "stylelint",
|
67 | 68 | "lint:text": "textlint ./.github/ ./packages/** ./README.md ./UPGRADE.md --parallel --experimental --cache --dry-run",
|
68 | 69 | "lint:text:fix": "textlint ./.github/ ./packages/** ./README.md ./UPGRADE.md --parallel --experimental --fix",
|
| 70 | + "prepare": "is-ci || husky install || exit 0", |
69 | 71 | "prettier": "prettier --config=.prettierrc.js --write '**/*.{js,jsx,cjs,tsx,ts,less,md,json}'",
|
70 | 72 | "sort-package-json": "sort-package-json ./packages/**/package.json ./package.json",
|
71 | 73 | "test:all": "nx run-many --target=test:coverage --projects=browserslist-config-anolilab,package-json-utils,stylelint-config && pnpm test:stylelint && pnpm test:babel",
|
|
91 | 93 | "@nrwl/tao": "16.4.0",
|
92 | 94 | "@nrwl/workspace": "16.4.0",
|
93 | 95 | "@qiwi/multi-semantic-release": "^6.7.0",
|
| 96 | + "@secretlint/secretlint-rule-preset-recommend": "^6.2.3", |
94 | 97 | "@tsconfig/node16": "^1.0.4",
|
95 | 98 | "@tsconfig/strictest": "^2.0.1",
|
96 | 99 | "@types/node": "16.18.36",
|
|
105 | 108 | "eslint-plugin-vitest": "^0.2.0",
|
106 | 109 | "husky": "^8.0.3",
|
107 | 110 | "is-ci": "^3.0.1",
|
108 |
| - "is-windows": "^1.0.2", |
109 | 111 | "lint-staged": "^13.2.2",
|
110 | 112 | "nx": "16.4.0",
|
111 | 113 | "postcss": "^8.4.24",
|
112 | 114 | "prettier": "^2.8.8",
|
113 | 115 | "read-pkg": "^8.0.0",
|
| 116 | + "secretlint": "6.2.3", |
114 | 117 | "semantic-release": "^21.0.4",
|
115 | 118 | "sort-package-json": "^2.4.1",
|
116 | 119 | "stylelint": "^15.7.0",
|
|
0 commit comments