Blame view

.eslintrc 198 Bytes
ccbikai authored
1
{
毕凯 authored
2
    "extends": "yoho",
Feng authored
3
    "parserOptions": {
Feng authored
4
        "sourceType": "module"
weiqingting authored
5
    },
weiqingting authored
6
    "rules": {
陈轩 authored
7
        "max-len": [0, 50, 4],
8 9
        "camelcase": "off",
        "vars-on-top": "off"
weiqingting authored
10 11
    }
ccbikai authored
12
}