Skip to content

Commit

Permalink
chore: use overrides instead of eslintrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcui committed May 24, 2018
1 parent 5a39415 commit 1398faa
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 55 deletions.
11 changes: 11 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}
]
}
11 changes: 0 additions & 11 deletions bin/lib/util/mail/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions bin/tsw/util/auto-report/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions bin/tsw/util/h5-test/group/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions bin/tsw/util/h5-test/page/.eslintrc.json

This file was deleted.

11 changes: 0 additions & 11 deletions bin/tsw/util/home/.eslintrc.json

This file was deleted.

0 comments on commit 1398faa

Please sign in to comment.