您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
easy-markdown-editor/.eslintrc

20 行
317 B
Plaintext

{
"rules": {
"strict": 0,
"no-console": 0,
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
},
"env": {
"browser": true,
"node": true
},
"extends": "eslint:recommended"
}