mirror of
https://github.com/YMFE/yapi.git
synced 2024-12-15 05:10:47 +08:00
remove
This commit is contained in:
parent
603cbe6118
commit
b944046a38
@ -1,36 +0,0 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"commonjs": true
|
||||
},
|
||||
"extends": [],
|
||||
"globals": [
|
||||
"$",
|
||||
"$$",
|
||||
"jQuery",
|
||||
"Promise"
|
||||
],
|
||||
"rules": {
|
||||
"no-with": "error",
|
||||
"no-octal": "error",
|
||||
"no-undef": "error",
|
||||
"no-dupe-keys": "error",
|
||||
"no-dupe-args": "error",
|
||||
"no-delete-var": "error",
|
||||
"no-unused-vars": "error",
|
||||
"no-caller": "error",
|
||||
"no-debugger": "error",
|
||||
"no-unreachable": "error",
|
||||
"no-inner-declarations": [
|
||||
"error",
|
||||
"functions"
|
||||
]
|
||||
},
|
||||
"ignorePattern": [
|
||||
"/fekit_modules/*",
|
||||
"/node_modules/*",
|
||||
"/bower_components/*",
|
||||
"/dev/*",
|
||||
"/prd/*"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user