Temporary fix for minified file lint

master
Anton 2024-04-01 17:37:40 +02:00
parent ec9f9cecf9
commit 47a827db66
1 changed files with 6 additions and 0 deletions

View File

@ -1481,5 +1481,11 @@ module.exports = {
"no-unused-vars", "no-unused-vars",
"no-cond-assign" "no-cond-assign"
] ]
},
"kineticscroll/boot.min.js": {
"hash": "a5106fa601cdbd2179e32265a8b77e2df62ba44ca0f4b94ce1e594c95a47e20d",
"rules": [
"no-cond-assign"
]
} }
}; };