Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 12, 2020
1 parent 7043ce3 commit 5a72b08
Show file tree
Hide file tree
Showing 5 changed files with 1,295 additions and 709 deletions.
12 changes: 11 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
"browser": true,
"node": true,
"amd": true
}
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
},
"plugins": [
"import"
],
"extends": [
"plugin:import/errors"
]
}
4 changes: 3 additions & 1 deletion docs/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"globals": {
"_": true
"_": true,
"parserOptions": {},
"rules": [],
}
}
Loading

0 comments on commit 5a72b08

Please sign in to comment.