|
22 | 22 | "cov": "yarn unitcov && yarn cov-open", |
23 | 23 | "license-validate": "node ../scripts/checkLicenses.js --allowed=\"MIT,BSD,ISC,Apache,Unlicense,CC0,LGPL,CC BY 3.0,CC BY 4.0,MPL 2.0,Python 2.0\" --excludePackages=timecode,rxjs/ajax,rxjs/fetch,rxjs/internal-compatibility,nw-pre-gyp-module-test,rxjs/operators,rxjs/testing,rxjs/webSocket,undefined,i18next-conv,@fortawesome/fontawesome-common-types,argv,indexof,custom-license,private,public-domain-module,@sofie-automation/corelib,@sofie-automation/shared-lib,@sofie-automation/job-worker", |
24 | 24 | "lint": "run lint:raw .", |
25 | | - "lint:raw": "eslint --ext .ts --ext .js --ext .tsx --ext .jsx", |
| 25 | + "lint:raw": "eslint", |
26 | 26 | "lintfix": "run lint --fix", |
27 | 27 | "quickformat": "prettier \"__mocks__/**\" --write ; prettier \"lib/**\" --write ; prettier \"server/**\" --write ; prettier \"client/**\" --write ; prettier \"*.json\" --write ; prettier \"*.js\" --write ; prettier \"*.md\" --write", |
28 | 28 | "i18n-extract-pot": "node ./scripts/extract-i18next-pot.mjs -f \"{./lib/**/*.+(ts|tsx),./server/**/*.+(ts|tsx),../packages/job-worker/src/**/*.+(ts|tsx),../packages/corelib/src/**/*.+(ts|tsx),../packages/webui/src/**/*.+(ts|tsx)}\" -o i18n/template.pot", |
|
77 | 77 | "@babel/core": "^7.26.0", |
78 | 78 | "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
79 | 79 | "@shopify/jest-koa-mocks": "^5.3.1", |
80 | | - "@sofie-automation/code-standard-preset": "~2.4.7", |
| 80 | + "@sofie-automation/code-standard-preset": "github:SuperFlyTV/sofie-code-standard-preset#commit=da1726cdf3eb9e6e60ecbd6e5373ceb07367b02b", |
81 | 81 | "@sofie-automation/eslint-plugin": "^0.1.1", |
82 | 82 | "@types/app-root-path": "^1.2.8", |
83 | 83 | "@types/body-parser": "^1.19.5", |
|
92 | 92 | "@types/request": "^2.48.12", |
93 | 93 | "@types/semver": "^7.5.8", |
94 | 94 | "@types/underscore": "^1.13.0", |
95 | | - "@typescript-eslint/eslint-plugin": "^5.62.0", |
96 | | - "@typescript-eslint/parser": "^5.62.0", |
97 | | - "@typescript-eslint/utils": "^5.62.0", |
98 | 95 | "babel-jest": "^29.7.0", |
99 | 96 | "ejson": "^2.2.3", |
100 | | - "eslint": "^8.57.1", |
101 | | - "eslint-config-prettier": "^8.10.0", |
102 | | - "eslint-plugin-jest": "^27.9.0", |
103 | | - "eslint-plugin-node": "^11.1.0", |
104 | | - "eslint-plugin-prettier": "^4.2.1", |
| 97 | + "eslint": "^9.18.0", |
105 | 98 | "fast-clone": "^1.5.13", |
106 | 99 | "glob": "^8.1.0", |
107 | 100 | "i18next-conv": "^10.2.0", |
108 | 101 | "i18next-scanner": "^4.6.0", |
109 | 102 | "jest": "^29.7.0", |
110 | 103 | "legally": "^3.5.10", |
111 | 104 | "open-cli": "^8.0.0", |
112 | | - "prettier": "^2.8.8", |
| 105 | + "prettier": "^3.4.2", |
113 | 106 | "standard-version": "^9.5.0", |
114 | 107 | "ts-jest": "^29.2.5", |
115 | | - "typescript": "~5.1.6", |
| 108 | + "typescript": "~5.7.3", |
116 | 109 | "yargs": "^17.7.2" |
117 | 110 | }, |
118 | 111 | "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", |
|
0 commit comments