Skip to content

Commit 38813b7

Browse files
author
Thomas Grainger
committed
temporarily disable no-underscore-dangle
1 parent b179df4 commit 38813b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "airbnb-base",
3-
"env": { "browser": true }
3+
"env": { "browser": true },
4+
"rules": {
5+
"no-underscore-dangle": 0
6+
}
47
}

0 commit comments

Comments
 (0)