36 lines
792 B
JSON
36 lines
792 B
JSON
{
|
|
"name": "@vchikalkin/eslint-config-awesome",
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"eslint-config-canonical": "^44.3.31",
|
|
"eslint-plugin-sonarjs": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^15.0.3",
|
|
"eslint": "^9.15.0",
|
|
"typescript": "^5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"description": "Custom ESLint config for Next.js/React/Typescript/Javascript apps",
|
|
"repository": "https://github.com/vchikalkin/eslint-config-awesome",
|
|
"author": "vchikalkin",
|
|
"keywords": [
|
|
"config",
|
|
"eslint",
|
|
"react",
|
|
"nextjs",
|
|
"typescript",
|
|
"javascript",
|
|
"prettier",
|
|
"json",
|
|
"zod"
|
|
],
|
|
"peerDependencies": {
|
|
"@next/eslint-plugin-next": "^15.0.3"
|
|
}
|
|
}
|