rm camelcase lint

This commit is contained in:
lizheming
2018-01-08 21:55:51 +08:00
parent d60ee90f42
commit 734dc3f63a
+4 -1
View File
@@ -1,3 +1,6 @@
{
"extends": "think"
"extends": "think",
"rules": {
"camelcase": "off"
}
}