Skip to content

Commit

Permalink
Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jul 25, 2024
1 parent 1addb68 commit 19f0272
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 695 deletions.
10 changes: 8 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"import"
],
"extends": [
"@hckrnews/eslint-config"
"@hckrnews/eslint-config",
"plugin:import/recommended",
"plugin:n/recommended",
"plugin:jsdoc/recommended"
],
"rules": {
"import/extensions": [
Expand All @@ -18,7 +21,10 @@
{
"js": "always"
}
]
],
"jsdoc/require-param-description": "off",
"jsdoc/require-property-description": "off",
"jsdoc/require-returns-description": "off"
},
"parserOptions": {
"sourceType": "module",
Expand Down
Loading

0 comments on commit 19f0272

Please sign in to comment.