diff options
author | silverwind <me@silverwind.io> | 2023-05-12 21:15:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 19:15:49 +0000 |
commit | a4d6f83b5be6b95f288a5ca02eb1f46d8ac0f992 (patch) | |
tree | 7233b6cb5ef40e226595ce5ec49e25f581b54721 /package.json | |
parent | 9173e079ae9ddf18685216fd846ca1727297393c (diff) | |
download | gitea-a4d6f83b5be6b95f288a5ca02eb1f46d8ac0f992.tar.gz gitea-a4d6f83b5be6b95f288a5ca02eb1f46d8ac0f992.zip |
Add `eslint-plugin-wc` (#24689)
Add [eslint-plugin-wc](https://github.com/43081j/eslint-plugin-wc),
another small set of eslint rules covering web components.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9054404fbf..e0e0644024 100644 --- a/package.json +++ b/package.json @@ -68,6 +68,7 @@ "eslint-plugin-sonarjs": "0.19.0", "eslint-plugin-unicorn": "47.0.0", "eslint-plugin-vue": "9.12.0", + "eslint-plugin-wc": "1.5.0", "jsdom": "22.0.0", "markdownlint-cli": "0.34.0", "stylelint": "15.6.1", |