Przeglądaj źródła

Merge pull request #3442 from frappe/eslintrc

[eslint] Set camelcase to off
version-14
Makarand Bauskar 8 lat temu
committed by GitHub
rodzic
commit
415bc5cd51
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      .eslintrc

+ 4
- 1
.eslintrc Wyświetl plik

@@ -22,6 +22,9 @@
"warn",
"always"
],
"camelcase": [
"off"
],
"no-unused-vars": [
"warn"
],
@@ -116,4 +119,4 @@
"getCookies": true,
"get_url_arg": true
}
}
}

Ładowanie…
Anuluj
Zapisz