|
40 | 40 | "tsw": "yarn tsc --watch", |
41 | 41 | "start": "rimraf dist && yarn tsw", |
42 | 42 | "lint": "eslint . --ext .ts", |
43 | | - "prettier": "prettier --write '**/*.@(js|ts|tsx|json|css)' --ignore-path ../../../.prettierignore", |
44 | 43 | "test": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --ci --runInBand", |
45 | 44 | "coverage": "yarn test --coverage", |
46 | | - "check": "yarn prettier && yarn lint && yarn build && yarn test && yarn doc" |
| 45 | + "check": "yarn lint && yarn build && yarn test && yarn doc" |
47 | 46 | }, |
48 | 47 | "devDependencies": { |
49 | 48 | "@rollup/plugin-commonjs": "^25.0.0", |
50 | 49 | "@rollup/plugin-node-resolve": "^15.0.2", |
51 | 50 | "@rollup/plugin-terser": "^0.4.3", |
52 | 51 | "@rollup/plugin-typescript": "^11.1.1", |
53 | | - "@trivago/prettier-plugin-sort-imports": "^4.1.1", |
54 | 52 | "@types/crypto-js": "^4.1.1", |
55 | 53 | "@types/jest": "^29.5.1", |
56 | 54 | "@typescript-eslint/eslint-plugin": "^6.20.0", |
57 | 55 | "@typescript-eslint/parser": "^6.20.0", |
58 | 56 | "eslint": "^8.45.0", |
59 | | - "eslint-config-prettier": "^8.8.0", |
60 | 57 | "eslint-plugin-import": "^2.27.5", |
61 | 58 | "eslint-plugin-jest": "^27.6.3", |
62 | | - "eslint-plugin-prettier": "^5.0.0", |
63 | 59 | "jest": "^29.5.0", |
64 | 60 | "launchdarkly-js-test-helpers": "^2.2.0", |
65 | | - "prettier": "^3.0.0", |
66 | 61 | "rimraf": "^5.0.0", |
67 | 62 | "rollup": "^3.23.0", |
68 | 63 | "rollup-plugin-generate-package-json": "^3.2.0", |
|
0 commit comments