feat:设置tab和空格不同时校验

This commit is contained in:
wuyx
2022-10-21 16:59:14 +08:00
parent fdcc7de35d
commit 7f5d8c8adf
2 changed files with 3221 additions and 3266 deletions

View File

@@ -42,7 +42,11 @@
"parserOptions": { "parserOptions": {
"parser": "@babel/eslint-parser" "parser": "@babel/eslint-parser"
}, },
"rules": {} "rules": {
"no-console": "off",
"no-debugger": "off",
"no-mixed-spaces-and-tabs": "off"
}
}, },
"browserslist": [ "browserslist": [
"> 1%", "> 1%",

File diff suppressed because it is too large Load Diff