Skip to content

Commit

Permalink
- Linting: Use ESLint 7 new processor API as now targeted by `eslint-…
Browse files Browse the repository at this point in the history
…plugin-markdown` and `eslint-plugin-jsdoc`

- npm: Update devDeps.
  • Loading branch information
brettz9 committed Feb 15, 2021
1 parent 455e3e0 commit 252cd70
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Expand Up @@ -47,6 +47,10 @@ module.exports = {
},
{
files: ['**/*.md'],
processor: 'markdown/markdown'
},
{
files: '**/*.md/*.js',
rules: {
'eol-last': 'off',
'no-console': 'off',
Expand Down
31 changes: 12 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -22,16 +22,16 @@
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"eslint": "^7.20.0",
"eslint-config-ash-nazg": "^27.0.1",
"eslint-config-ash-nazg": "^29.0.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-array-func": "^3.1.7",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.6.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-jsdoc": "^32.0.0",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-no-unsanitized": "^3.1.4",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/package.json.j2
Expand Up @@ -28,8 +28,8 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^31.6.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-jsdoc": "^32.0.0",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-no-unsanitized": "^3.1.4",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit 252cd70

Please sign in to comment.