chore(deps): update dependency eslint to v9 (#50690)

Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
renovate[bot]
2024-09-19 03:30:19 +08:00
committed by GitHub
parent 9c4d5496bd
commit 863f61d908
219 changed files with 406 additions and 776 deletions

View File

@@ -1,5 +1,4 @@
/* eslint-disable global-require, import/no-unresolved */
/* eslint-disable no-restricted-globals */
// This is a alias proxy, which will use global `@ant-design/cssinjs` first.
// Use local if global not found.
let cssinjs;
@@ -13,6 +12,7 @@ if (typeof window !== 'undefined' && window.antdCssinjs) {
} else {
// Use local version.
// Use relative path since webpack will also replace module here.
// eslint-disable-next-line antfu/no-import-node-modules-by-path
cssinjs = require('../node_modules/@ant-design/cssinjs');
}