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", "warn",
"always" "always"
], ],
"camelcase": [
"off"
],
"no-unused-vars": [ "no-unused-vars": [
"warn" "warn"
], ],
@@ -116,4 +119,4 @@
"getCookies": true, "getCookies": true,
"get_url_arg": true "get_url_arg": true
} }
}
}

Loading…
Cancel
Save