Skip to content

Commit

Permalink
Bump eslint-config-standard from 14.1.1 to 16.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jul 26, 2021
1 parent 2643786 commit 7e1d613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"rules": {
"no-undef": "off",
"no-unused-vars": "off",
"no-var": "off",
"space-before-function-paren": "error"
},
"plugins": ["html", "markdown"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"browserstack-runner": "^0.9.0",
"eslint": "^7.31.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-markdown": "^2.2.0",
Expand Down

0 comments on commit 7e1d613

Please sign in to comment.