chore: 清理项目依赖和构建产物文件
删除 node_modules 中未使用的依赖文件、示例、构建产物和调试文件 移除 unpackage/debug 目录下的调试应用包和安装标记文件 清理过时的配置文件、映射文件和二进制资源文件
This commit is contained in:
66
node_modules/es5-shim/.eslintrc
generated
vendored
66
node_modules/es5-shim/.eslintrc
generated
vendored
@@ -1,66 +0,0 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"ignorePatterns": [
|
||||
"*.min.js",
|
||||
"tests/lib/*",
|
||||
],
|
||||
|
||||
"rules": {
|
||||
"array-bracket-newline": 0,
|
||||
"object-curly-newline": 0,
|
||||
"camelcase": [0],
|
||||
"complexity": [0],
|
||||
"eqeqeq": [2, "allow-null"],
|
||||
"func-name-matching": 0,
|
||||
"id-length": [2, { "min": 1, "max": 40 }],
|
||||
"indent": [2, 4],
|
||||
"max-lines": 0,
|
||||
"max-lines-per-function": 0,
|
||||
"max-nested-callbacks": [2, 5],
|
||||
"max-params": [2, 7],
|
||||
"max-statements": [1, 30],
|
||||
"new-cap": [2, { "capIsNewExceptions": ["ToInteger", "ToObject", "ToPrimitive", "ToUint32"] }],
|
||||
"no-constant-condition": [1],
|
||||
"no-extend-native": [2, {"exceptions": ["Date", "Error", "RegExp"]}],
|
||||
"no-extra-parens": [0],
|
||||
"no-extra-semi": [1],
|
||||
"no-func-assign": [1],
|
||||
"no-implicit-coercion": [2, {
|
||||
"boolean": false,
|
||||
"number": false,
|
||||
"string": true,
|
||||
"disallowTemplateShorthand": false,
|
||||
"allow": []
|
||||
}],
|
||||
"no-invalid-this": [0],
|
||||
"no-magic-numbers": [0],
|
||||
"no-native-reassign": [2, {"exceptions": ["Date", "parseInt"]}],
|
||||
"no-new-func": [1],
|
||||
"no-plusplus": [1],
|
||||
"no-restricted-syntax": [2, "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
|
||||
"no-shadow": [1],
|
||||
"no-unused-vars": [1, { "vars": "all", "args": "after-used" }],
|
||||
"operator-linebreak": [2, "before"],
|
||||
"sort-keys": [0],
|
||||
"spaced-comment": [0],
|
||||
"strict": [0],
|
||||
|
||||
"multiline-comment-style": 0,
|
||||
},
|
||||
|
||||
"overrides": [
|
||||
{
|
||||
"files": "tests/**",
|
||||
"rules": {
|
||||
"max-len": 0,
|
||||
"max-statements-per-line": [2, { "max": 2 }],
|
||||
},
|
||||
"env": {
|
||||
"jasmine": true
|
||||
},
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user