Skip to content

Commit

Permalink
Add .eslintrc.json for webpack'ed JavaScript
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Szocs <vojtech.szocs@gmail.com>
  • Loading branch information
vojtechszocs committed Dec 1, 2017
1 parent 9ac7fdc commit 90ee5a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,6 +14,7 @@ spec/reports/
tmp/
.rubocop-*
.idea/
.vscode/
.ruby-version
vendor/assets/bower_components/
node_modules/
Expand Down
5 changes: 5 additions & 0 deletions app/javascript/.eslintrc.json
@@ -0,0 +1,5 @@
{
"globals": {
"require": false
}
}

0 comments on commit 90ee5a0

Please sign in to comment.