converts all filters in collection views to find

This commit is contained in:
James
2018-09-17 20:11:56 -04:00
parent 251a656da6
commit 70e76d80ef
14 changed files with 65 additions and 34 deletions

View File

@@ -83,7 +83,7 @@ module.exports = exports = {
"no-void": WARN,
// Produce warnings when something is commented as TODO or FIXME
"no-warning-comments": [ WARN, {
"terms": [ "TODO", "FIXME" ],
"terms": [ "FIXME" ],
"location": "start"
}],
"no-with": WARN,