1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-16 23:55:46 +01:00

Enforcing eslint rule

This commit is contained in:
Max Guglielmi 2017-05-25 13:51:44 +10:00
commit 11e15f0482
18 changed files with 36 additions and 35 deletions

View file

@ -19,4 +19,4 @@ export const has = (arr, val, caseSensitive) => {
}
}
return false;
}
};