mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-23 07:59:59 +08:00
30 lines
822 B
JSON
30 lines
822 B
JSON
{
|
|
"name": "@tmagic/eslint-config",
|
|
"version": "0.0.2",
|
|
"main": "index.mjs",
|
|
"type": "module",
|
|
"repository": {
|
|
"directory": "eslint-config",
|
|
"type": "git",
|
|
"url": "https://github.com/Tencent/tmagic-editor.git"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^9.24.0",
|
|
"@typescript-eslint/parser": "^8.30.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.30.1",
|
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
"@stylistic/eslint-plugin-ts": "^4.2.0",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"globals": "^16.0.0",
|
|
"typescript-eslint": "^8.30.1"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=9.24.0",
|
|
"prettier": ">=3.5.3"
|
|
}
|
|
}
|