Skip to content

Commit 90ee5a0

Browse files
committed
Add .eslintrc.json for webpack'ed JavaScript
Signed-off-by: Vojtech Szocs <vojtech.szocs@gmail.com>
1 parent 9ac7fdc commit 90ee5a0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ spec/reports/
1414
tmp/
1515
.rubocop-*
1616
.idea/
17+
.vscode/
1718
.ruby-version
1819
vendor/assets/bower_components/
1920
node_modules/

app/javascript/.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"globals": {
3+
"require": false
4+
}
5+
}

0 commit comments

Comments
 (0)