mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-01 15:32:12 +08:00
29 lines
779 B
JSON
29 lines
779 B
JSON
{
|
|
"name": "@tmagic/eslint-config",
|
|
"version": "0.0.3",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"repository": {
|
|
"directory": "eslint-config",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.34.0",
|
|
"@typescript-eslint/parser": "^8.41.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.41.0 ",
|
|
"@stylistic/eslint-plugin": "^5.2.3",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-vue": "^10.4.0",
|
|
"eslint-plugin-prettier": "^5.5.4 ",
|
|
"globals": "^16.3.0",
|
|
"typescript-eslint": "^8.41.0"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=9.24.0",
|
|
"prettier": ">=3.5.3"
|
|
}
|
|
}
|