Blame view

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