diff --git a/.eslintrc.json b/.eslintrc.json index 53c7f37c..d1d6f75b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -84,6 +84,17 @@ "globals": { "define": true } + }, { + "files": ["bin/lib/util/mail/tmpl.js", "bin/tsw/util/**/tmpl.js"], + "rules": { + "no-unused-vars": [ + "error", + { + "varsIgnorePattern": "out", + "args": "none" + } + ] + } } ] } diff --git a/bin/lib/util/mail/.eslintrc.json b/bin/lib/util/mail/.eslintrc.json deleted file mode 100644 index 0e4b665b..00000000 --- a/bin/lib/util/mail/.eslintrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "rules": { - "no-unused-vars": [ - "error", - { - "varsIgnorePattern": "out", - "args": "none" - } - ] - } -} \ No newline at end of file diff --git a/bin/tsw/util/auto-report/.eslintrc.json b/bin/tsw/util/auto-report/.eslintrc.json deleted file mode 100644 index 0e4b665b..00000000 --- a/bin/tsw/util/auto-report/.eslintrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "rules": { - "no-unused-vars": [ - "error", - { - "varsIgnorePattern": "out", - "args": "none" - } - ] - } -} \ No newline at end of file diff --git a/bin/tsw/util/h5-test/group/.eslintrc.json b/bin/tsw/util/h5-test/group/.eslintrc.json deleted file mode 100644 index 0e4b665b..00000000 --- a/bin/tsw/util/h5-test/group/.eslintrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "rules": { - "no-unused-vars": [ - "error", - { - "varsIgnorePattern": "out", - "args": "none" - } - ] - } -} \ No newline at end of file diff --git a/bin/tsw/util/h5-test/page/.eslintrc.json b/bin/tsw/util/h5-test/page/.eslintrc.json deleted file mode 100644 index 0e4b665b..00000000 --- a/bin/tsw/util/h5-test/page/.eslintrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "rules": { - "no-unused-vars": [ - "error", - { - "varsIgnorePattern": "out", - "args": "none" - } - ] - } -} \ No newline at end of file diff --git a/bin/tsw/util/home/.eslintrc.json b/bin/tsw/util/home/.eslintrc.json deleted file mode 100644 index 0e4b665b..00000000 --- a/bin/tsw/util/home/.eslintrc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "rules": { - "no-unused-vars": [ - "error", - { - "varsIgnorePattern": "out", - "args": "none" - } - ] - } -} \ No newline at end of file