Skip to content

Commit 3482e44

Browse files
author
Pelle Wessman
committed
Update to latest eslint config
1 parent 4800d7d commit 3482e44

File tree

3 files changed

+201
-204
lines changed

3 files changed

+201
-204
lines changed

.eslintrc

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
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
],
116
"settings": {
127
"jsdoc": {
@@ -18,17 +13,6 @@
1813
},
1914
"rules": {
2015
"@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"
16+
"no-console": "warn"
3317
}
3418
}

0 commit comments

Comments
 (0)