remove eslint jsdoc

This commit is contained in:
Phan Kongsamarch 2023-05-06 10:44:55 +07:00
parent 596d6e92d2
commit 40905708fd
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ module.exports = {
sourceType: "module",
},
plugins: [
"eslint-plugin-jsdoc",
"eslint-plugin-prefer-arrow",
"@typescript-eslint",
],

View File

@ -27,7 +27,6 @@
"@typescript-eslint/parser": "^4.30.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^36.0.8",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",