diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 9ba91ba2..67344512 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "build-libs": "node ./dev/bin/build-libs.js", "test": "npm run test-lint-js && npm run test-ts && npm run test-lint-css && npm run test-lint-html && npm run test-code && npm run test-build", "test-lint-js": "npx eslint .", + "test-lint-json": "npx eslint **/*.json", "test-lint-css": "npx stylelint \"ext/**/*.css\" \"test/**/*.css\" \"dev/**/*.css\"", "test-lint-html": "npx html-validate \"ext/**/*.html\" \"test/**/*.html\" \"dev/**/*.html\"", "test-ts": "npm run test-ts-main && npm run test-ts-dev && npm run test-ts-test", @@ -49,7 +50,7 @@ "devDependencies": { "@codspeed/vitest-plugin": "^3.1.0", "@playwright/test": "^1.39.0", - "@stylistic/eslint-plugin-ts": "^1.5.1", + "@stylistic/eslint-plugin": "^1.5.4", "@stylistic/stylelint-plugin": "^2.0.0", "@types/assert": "^1.5.10", "@types/browserify": "^12.0.40", |