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
commit
415bc5cd51
1 changed files with 4 additions and 1 deletions
  1. +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
}
}
}

Loading…
Cancel
Save