Skip to content

Commit

Permalink
- Add plugin:compat/recommended by default; fix plugins and add markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Nov 14, 2018
1 parent 74b38f4 commit 2a67749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"import/unambiguous": "warn",
"import/no-commonjs": "warn",


{
"extends": ["standard", "eslint:recommended", "import", "promise", "node", "jsdoc"],
"extends": ["standard", "eslint:recommended", "plugin:compat/recommended"],
"plugins": ["import", "promise", "node", "jsdoc", "markdown"],
"rules": {
"array-bracket-newline": ["error", "consistent"],
"array-bracket-spacing": ["error"],
Expand Down

0 comments on commit 2a67749

Please sign in to comment.