eslint major version bump

This commit is contained in:
Kim, Jimin 2025-03-18 18:28:34 +09:00
parent 258fb7cd0e
commit 3ddf8f6986
Signed by: pomp
GPG key ID: D3932F82A0667A3B
22 changed files with 1488 additions and 1048 deletions

View file

@ -1,4 +0,0 @@
module.exports = {
root: true,
extends: ["@pompydev/eslint-config"],
}

View file

@ -0,0 +1,3 @@
import pompydevEslintConfig from "@pompydev/eslint-config"
export default [...pompydevEslintConfig]

View file

@ -45,7 +45,6 @@
"simple-icons": "^11.13.0",
"tinycolor2": "^1.6.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"unified": "^11.0.4"
},
"devDependencies": {