Skip to content

Commit

Permalink
fix linting tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Aug 1, 2019
1 parent d076914 commit c12f154
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"dependencies": {},
"devDependencies": {
"@types/node": "^11.13.0",
"@types/node": "^11.13.18",
"fake-indexeddb": "^2.0.5",
"live-server": "^1.2.1",
"nyc": "^14.0.0",
Expand Down Expand Up @@ -32,5 +32,12 @@
"bugs": {
"url": "https://github.com/dmonad/lib0/issues"
},
"homepage": "https://github.com/dmonad/lib0#readme"
"homepage": "https://github.com/dmonad/lib0#readme",
"standard": {
"ignore": [
"/dist",
"/node_modules",
"/docs"
]
}
}

0 comments on commit c12f154

Please sign in to comment.