Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
viskin committed Feb 10, 2017
1 parent 92380bc commit 9cb1cac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"globals": {
"cordova": true,
"require": true,
"exports": true
"exports": true,
"module": true
}
}
5 changes: 5 additions & 0 deletions src/browser/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"es6": true
}
}
5 changes: 5 additions & 0 deletions src/browser/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"compilerOptions": {
"target": "es6"
}
}

0 comments on commit 9cb1cac

Please sign in to comment.