30 lines
788 B
JSON
30 lines
788 B
JSON
{
|
|
"name": "eslint-config-custom",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@typescript-eslint/parser": "^5.60.0",
|
|
"eslint": "^8.43.0",
|
|
"eslint-config-canonical": "^41.1.3",
|
|
"eslint-config-next": "^13.4.7",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-config-turbo": "^1.10.6",
|
|
"eslint-plugin-canonical": "^4.4.4",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-sonarjs": "^0.19.0",
|
|
"eslint-plugin-testing-library": "^5.11.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Custom ESLint config for Next.js apps",
|
|
"repository": "https://github.com/vchikalkin/eslint-config-custom",
|
|
"author": "vchikalkin",
|
|
"keywords": [
|
|
"eslint",
|
|
"config",
|
|
"nextjs"
|
|
]
|
|
}
|