Skip to content

Commit

Permalink
Added json linting [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
tompahoward committed Nov 10, 2020
1 parent dbacdaf commit 8bb92b8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"plugin:import/errors",
"plugin:import/warnings",
"plugin:jsdoc/recommended",
"plugin:md/recommended"
"plugin:md/recommended",
"plugin:json/recommended"
],
"env": {
"browser": false,
Expand Down
53 changes: 53 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-istanbul": "^0.1.2",
"eslint-plugin-jsdoc": "^30.7.7",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-md": "^1.0.19",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit 8bb92b8

Please sign in to comment.