Reverted eslintrc rule to unix cflf

This commit is contained in:
endevea 2017-06-24 16:58:33 +08:00
parent 101a734aaf
commit 4cb9dead89

View File

@ -10,7 +10,7 @@
],
"linebreak-style": [
"error",
"windows"
"unix"
],
"quotes": [
"off",