Skip to content

Commit fb35c64

Browse files
author
Pelle Wessman
committed
Use new jsdoc eslint config
1 parent b7fca00 commit fb35c64

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.eslintrc

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
11
{
22
"root": true,
3-
"plugins": [
4-
"jsdoc",
5-
"unicorn"
6-
],
73
"extends": [
8-
"@socketsecurity",
9-
"plugin:jsdoc/recommended"
4+
"@socketsecurity/eslint-config/jsdoc"
105
],
11-
"settings": {
12-
"jsdoc": {
13-
"mode": "typescript"
14-
}
15-
},
166
"parserOptions": {
177
"project": "./tsconfig.json"
188
},
199
"rules": {
2010
"@typescript-eslint/quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": false }],
21-
"no-console": "warn",
22-
23-
"jsdoc/check-types": "off",
24-
"jsdoc/no-undefined-types": "off",
25-
"jsdoc/require-jsdoc": "warn",
26-
"jsdoc/require-param-description": "off",
27-
"jsdoc/require-property-description": "off",
28-
"jsdoc/require-returns-description": "off",
29-
"jsdoc/require-yields": "off",
30-
"jsdoc/valid-types": "off",
31-
32-
"unicorn/expiring-todo-comments": "warn"
11+
"no-console": "warn"
3312
}
3413
}

0 commit comments

Comments
 (0)