mirror of
https://github.com/valitydev/ng-libs.git
synced 2024-11-06 08:45:27 +00:00
25 lines
641 B
JSON
25 lines
641 B
JSON
{
|
|
"name": "@vality/eslint-config",
|
|
"version": "8.0.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./configs": "./configs/index.js"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": "^8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@angular-eslint/eslint-plugin": "^16.1.0",
|
|
"@angular-eslint/eslint-plugin-template": "^16.1.0",
|
|
"@angular-eslint/template-parser": "^16.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.28.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0"
|
|
}
|
|
}
|