ソースを参照

Set camelcase to off

version-14
Faris Ansari 8年前
committed by GitHub
コミット
d98a4dc125
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      .eslintrc

+ 4
- 1
.eslintrc ファイルの表示

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

読み込み中…
キャンセル
保存