mirror of
https://github.com/valitydev/ng-libs.git
synced 2024-11-06 08:45:27 +00:00
25 lines
642 B
JSON
25 lines
642 B
JSON
{
|
|
"name": "@vality/eslint-config",
|
|
"version": "8.2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./configs": "./configs/index.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.56.0"
|
|
},
|
|
"dependencies": {
|
|
"@angular-eslint/eslint-plugin": "^17.2.1",
|
|
"@angular-eslint/eslint-plugin-template": "^17.2.1",
|
|
"@angular-eslint/template-parser": "^17.2.1",
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
"@typescript-eslint/parser": "^6.20.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-unused-imports": "^3.0.0"
|
|
}
|
|
}
|