1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-04 23:53:15 +02:00

Added masx-statements to eslint

This commit is contained in:
Max Guglielmi 2016-02-28 20:59:01 +11:00
parent 25eba79a6b
commit 52be1d6928
3 changed files with 2 additions and 2 deletions

View file

@ -3,6 +3,7 @@
"rules": {
"max-len": [2, 80, 2, {"ignoreUrls": true}],
"max-depth": [2, 7],
"max-statements": [2, 169],
"complexity": [2, 87],
"no-unused-vars": 2,
"no-eval": 2,

View file

@ -1,6 +1,6 @@
{
"name": "tablefilter",
"version": "0.1.15",
"version": "0.1.16",
"description": "A Javascript library making HTML tables filterable and a bit more",
"license": "MIT",
"author": {

View file

@ -431,7 +431,6 @@ export class TableFilter {
this.isUserTyping = false;
function filter() {
/*jshint validthis:true */
global.clearInterval(this.autoFilterTimer);
this.autoFilterTimer = null;
if(!this.isUserTyping){