This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3442
from frappe/eslintrc
[eslint] Set camelcase to off
version-14
Makarand Bauskar
8 years ago
committed by
GitHub
parent
2b4d223704
d98a4dc125
commit
415bc5cd51
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.eslintrc
+ 4
- 1
.eslintrc
View File
@@ -22,6 +22,9 @@
"warn",
"always"
],
"camelcase": [
"off"
],
"no-unused-vars": [
"warn"
],
@@ -116,4 +119,4 @@
"getCookies": true,
"get_url_arg": true
}
}
}
Write
Preview
Loading…
Cancel
Save