diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-10-15 13:09:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 13:09:02 -0400 |
commit | 441b6882ca2ae63a9edbeac68dcc63fb8af9b522 (patch) | |
tree | f517e898a24dbcdc7022de12928b0ba07964f4e3 /package.json | |
parent | 5e707248ce4eb595056fd9c46acaf9a0d83678c6 (diff) |
Lint updates (#2247)
* Fix spacing
* Update lint dependencies
* Disable false positive rule
* Update header rule
* Install eslint-plugin-jsonc
* Update lint rules to include jsonc extension
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json index 532d4a51..180c408d 100644 --- a/package.json +++ b/package.json @@ -39,16 +39,17 @@ "ajv": "^8.11.0", "browserify": "^17.0.0", "css": "^3.0.0", - "eslint": "^8.15.0", + "eslint": "^8.25.0", "eslint-plugin-header": "^3.1.1", - "eslint-plugin-jsdoc": "^39.2.9", + "eslint-plugin-jsdoc": "^39.3.6", + "eslint-plugin-jsonc": "^2.4.0", "eslint-plugin-no-unsanitized": "^4.0.1", "fake-indexeddb": "^3.1.7", - "html-validate": "^7.1.0", + "html-validate": "^7.6.0", "jsdom": "^19.0.0", "parse5": "^7.0.0", - "stylelint": "^14.8.2", - "stylelint-config-recommended": "^7.0.0", + "stylelint": "^14.14.0", + "stylelint-config-recommended": "^9.0.0", "web-ext": "^6.8.0" } } |