Temporary fix for minified file lint
parent
ec9f9cecf9
commit
47a827db66
|
|
@ -1481,5 +1481,11 @@ module.exports = {
|
|||
"no-unused-vars",
|
||||
"no-cond-assign"
|
||||
]
|
||||
},
|
||||
"kineticscroll/boot.min.js": {
|
||||
"hash": "a5106fa601cdbd2179e32265a8b77e2df62ba44ca0f4b94ce1e594c95a47e20d",
|
||||
"rules": [
|
||||
"no-cond-assign"
|
||||
]
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue