mirror of
https://github.com/zkitter/configs.git
synced 2026-01-07 22:23:56 -05:00
40 lines
953 B
JSON
40 lines
953 B
JSON
{
|
|
"name": "@r1oga/eslint-config",
|
|
"version": "1.1.2",
|
|
"description": "Shared eslint configuration",
|
|
"main": ".eslintrc.yaml",
|
|
"files": [
|
|
".eslintrc.yaml",
|
|
".eslintignore",
|
|
"postinstall.sh"
|
|
],
|
|
"keywords": [
|
|
"eslint",
|
|
"config",
|
|
"typescript",
|
|
"standard",
|
|
"prettier"
|
|
],
|
|
"author": "r1oga",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "bash postinstall.sh"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-standard-with-typescript": "^24.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jest": "^27.1.6",
|
|
"eslint-plugin-n": "^15.6.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-sort": "^2.4.0"
|
|
},
|
|
"gitHead": "af64bc0dabc5e3fb6bbc6654b2d98288ff8e7ff9"
|
|
}
|