Skip to content

Commit

Permalink
Add standard linter for es6 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Nov 21, 2015
1 parent 12241d5 commit f0bb656
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"minimap",
"overview"
],
"scripts":{
"standard": "standard"
},
"contributors": [
{
"name": "Fangdun Cai",
Expand Down Expand Up @@ -40,5 +43,24 @@
"mixto": "1.x",
"semver": "^4.3.0",
"underscore-plus": "1.x"
},
"devDependencies": {
"standard": "^5.1.0"
},
"standard": {
"globals": [
"advanceClock",
"atom",
"beforeEach",
"expect",
"describe",
"it",
"jasmine",
"MouseEvent",
"runs",
"spyOn",
"waits",
"waitsForPromise"
]
}
}

0 comments on commit f0bb656

Please sign in to comment.