remove eslint jsdoc

This commit is contained in:
Phan Kongsamarch 2023-05-06 10:43:09 +07:00
parent cf00d46062
commit dc8f27ae0a
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

@ -26,7 +26,6 @@
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^7.0.2",
"lint-staged": "^12.1.2",