Blame view

.eslintrc 140 Bytes
ccbikai authored
1
{
毕凯 authored
2
    "extends": "yoho",
Feng authored
3
    "parserOptions": {
Feng authored
4
        "sourceType": "module"
weiqingting authored
5
    },
weiqingting authored
6
    "rules": {
weiqingting authored
7
        "max-len": [0, 50, 4]
weiqingting authored
8 9
    }
ccbikai authored
10
}