|
30 | 30 | "build:2-schema-file": "echo \"console.log(JSON.stringify(require('.').socketYmlSchema, undefined, 2))\" | node > schema.json", |
31 | 31 | "build": "run-s build:*", |
32 | 32 | "check:dependency-check": "dependency-check '*.js' 'test/**/*.js' --no-dev", |
33 | | - "check:installed-check": "installed-check -i eslint-plugin-jsdoc", |
34 | 33 | "check:lint": "eslint --report-unused-disable-directives .", |
35 | 34 | "check:tsc": "tsc", |
36 | 35 | "check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*'", |
|
47 | 46 | "version:git": "git add CHANGELOG.md" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
50 | | - "@socketsecurity/eslint-config": "^3.0.1", |
51 | 49 | "@tsconfig/node14": "^1.0.3", |
52 | 50 | "@types/chai": "^4.3.3", |
53 | 51 | "@types/chai-as-promised": "^7.1.5", |
54 | 52 | "@types/mocha": "^10.0.0", |
55 | 53 | "@types/node": "^14.18.36", |
56 | | - "@typescript-eslint/eslint-plugin": "^5.53.0", |
57 | | - "@typescript-eslint/parser": "^5.53.0", |
58 | 54 | "c8": "^7.13.0", |
59 | 55 | "chai": "^4.3.6", |
60 | 56 | "chai-as-promised": "^7.1.1", |
61 | 57 | "dependency-check": "^5.0.0-7", |
62 | | - "eslint": "^8.34.0", |
63 | | - "eslint-config-standard": "^17.0.0", |
64 | | - "eslint-config-standard-jsx": "^11.0.0", |
65 | | - "eslint-import-resolver-typescript": "^3.5.3", |
66 | | - "eslint-plugin-import": "^2.27.5", |
67 | | - "eslint-plugin-jsdoc": "^40.0.0", |
68 | | - "eslint-plugin-n": "^15.6.1", |
69 | | - "eslint-plugin-promise": "^6.1.1", |
70 | | - "eslint-plugin-react": "^7.32.2", |
71 | | - "eslint-plugin-react-hooks": "^4.6.0", |
72 | | - "eslint-plugin-unicorn": "^45.0.2", |
73 | 58 | "husky": "^8.0.3", |
74 | | - "installed-check": "^7.0.0", |
75 | 59 | "mocha": "^10.0.0", |
| 60 | + "neostandard": "^0.12.0", |
76 | 61 | "npm-run-all2": "^6.0.2", |
77 | 62 | "type-coverage": "^2.24.1", |
78 | 63 | "typescript": "~5.1.3", |
|
0 commit comments