Blame view

.eslintrc 175 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": {
shijian authored
10
        "camelcase": "off"
weiqingting authored
11 12
    }
shijian authored
13
}