Merge pull request #3318 from atjn/warn-fix

Temporary fix for minified file lint
master
Gordon Williams 2024-04-02 12:39:29 +01:00 committed by GitHub
commit 20c092e7df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

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