Skip to content

Commit bda8cea

Browse files
committedApr 3, 2018
build: update linter
1 parent 72c6205 commit bda8cea

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
 

‎package-lock.json

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"eslint-config-xo": "^0.20.1",
6262
"eslint-plugin-ava": "^4.5.1",
6363
"eslint-plugin-babel": "^5.0.0",
64+
"eslint-plugin-dependencies": "^2.4.0",
6465
"eslint-plugin-html": "^4.0.2",
6566
"eslint-plugin-markdown": "^1.0.0-beta.7",
6667
"eslint-plugin-unicorn": "^4.0.2",
@@ -103,6 +104,7 @@
103104
"eslintConfig": {
104105
"parser": "babel-eslint",
105106
"plugins": [
107+
"dependencies",
106108
"html",
107109
"unicorn",
108110
"babel",

0 commit comments

Comments
 (0)
Please sign in to comment.