N°7355 - Update jQuery-migrate to 3.4.1

This commit is contained in:
Molkobain
2024-03-22 16:35:41 +01:00
parent e8c4c45c5c
commit db4c70cea3
26 changed files with 1811 additions and 390 deletions

View File

@@ -1,8 +1,23 @@
{
"extends": "../src/.eslintrc.json",
"root": true,
"extends": "../src/.eslintrc.json",
"parserOptions": {
"ecmaVersion": 5,
"sourceType": "script"
},
"globals": {
"define": false,
"module": true,
"Proxy": false,
"Reflect": false
},
"rules": {
// That is okay for the built version
"no-multiple-empty-lines": "off"
"no-multiple-empty-lines": "off",
"one-var": "off"
}
}