|
24 | 24 | "format:style": "prettier --write src/**/*.scss", |
25 | 25 | "format:examples": "eslint-examples-jsx --fix && eslint-examples-tsx --fix", |
26 | 26 | "prettier": "yarn format:style", |
27 | | - "lint": "eslint .", |
| 27 | + "lint": "yarn lint:website", |
28 | 28 | "lint:examples": "eslint-examples-jsx && eslint-examples-tsx && tsc-examples", |
29 | 29 | "lint:markdown:images": "node ../scripts/src/image-check.ts", |
30 | 30 | "lint:markdown:links": "remark ../docs --quiet -r .remarkrc.withBrokenLinks.mjs", |
31 | | - "language:lint": "cd ../ && alex && case-police 'docs/*.md' -d ./website/react-native-dict.json --disable SDK,URI", |
32 | | - "language:lint:versioned": "cd ../ && alex . && case-police '**/*.md' -d ./website/react-native-dict.json --disable SDK,URI", |
| 31 | + "language:lint": "cd ../ && alex", |
| 32 | + "language:lint:versioned": "cd ../ && alex .", |
33 | 33 | "ci:lint": "yarn lint && yarn lint:examples && yarn language:lint:versioned && yarn lint:markdown:images && prettier --check src/**/*.scss", |
34 | 34 | "pwa:generate": "npx pwa-asset-generator ./static/img/header_logo.svg ./static/img/pwa --padding '40px' --background 'rgb(32, 35, 42)' --icon-only --opaque true", |
35 | 35 | "generate-llms-txt": "node ../scripts/src/generate-llms-txt.ts", |
|
66 | 66 | "@types/google.analytics": "^0.0.46", |
67 | 67 | "@types/react": "^19.1.13", |
68 | 68 | "alex": "^11.0.1", |
69 | | - "case-police": "^1.0.0", |
70 | 69 | "eslint": "^9.39.1", |
71 | 70 | "glob": "^11.1.0", |
72 | 71 | "prettier": "^3.6.2", |
|
0 commit comments