mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-03-20 20:53:29 +00:00
30 lines
814 B
JSON
30 lines
814 B
JSON
{
|
|
"name": "@tmagic/eslint-config",
|
|
"version": "0.0.4",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"repository": {
|
|
"directory": "eslint-config",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@typescript-eslint/parser": "^8.57.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-vue": "^10.8.0",
|
|
"vue-eslint-parser": "^10.3.0",
|
|
"eslint-plugin-prettier": "^5.5.4",
|
|
"globals": "^17.4.0",
|
|
"typescript-eslint": "^8.57.1"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=10.0.0",
|
|
"prettier": ">=3.8.0"
|
|
}
|
|
}
|