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 17, 2021
1 parent 455e3e0 commit 8e49060
Show file tree
Hide file tree
Showing 4 changed files with 998 additions and 530 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit 8e49060

Please sign in to comment.