Skip to content

Commit

Permalink
Merge PR #887 from 'nodech/lint-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Mar 4, 2024
2 parents f749f5c + 37d37e4 commit 0a4f24b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"env": {
"es2020": true,
"es2022": true,
"node": true
},
"extends": "eslint:recommended",
Expand Down Expand Up @@ -35,7 +35,7 @@
}
],
"parserOptions": {
"ecmaVersion": 11,
"ecmaVersion": 13,
"ecmaFeatures": {
"globalReturn": true
},
Expand Down
5 changes: 4 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"plugins": ["plugins/markdown"],
"plugins": [
"plugins/markdown",
"plugins/rm-imports"
],
"templates": {
"cleverLinks": false,
"monospaceLinks": false
Expand Down

0 comments on commit 0a4f24b

Please sign in to comment.