Skip to content

Commit

Permalink
chore: add eslint deps and lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Dec 22, 2019
1 parent b8183cd commit 0305fd7
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 13 deletions.
48 changes: 36 additions & 12 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"docsify": "bin/docsify"
},
"scripts": {
"lint": "eslint .",
"test": "ava e2e/index.js",
"release": "standard-version",
"prebuild": "rimraf bin",
Expand Down Expand Up @@ -53,7 +54,8 @@
"devDependencies": {
"ava": "^2.4.0",
"cors": "^2.8.1",
"eslint": "^6.5.1",
"eslint": "^6.8.0",
"eslint-config-xo-space": "^0.22.0",
"execa": "^4.0.0",
"rimraf": "^3.0.0",
"rollup": "^1.27.13",
Expand Down

0 comments on commit 0305fd7

Please sign in to comment.