@nish1896/eslint-flat-config
Version:
Linting rules configured for ESLint v9 and above to catch potential errors and ensure consistent code formatting.
88 lines (87 loc) • 2.19 kB
JSON
{
"name": "@nish1896/eslint-flat-config",
"version": "3.0.1",
"description": "Linting rules configured for ESLint v9 and above to catch potential errors and ensure consistent code formatting.",
"author": "Nishant Kohli",
"engines": {
"node": ">=18.18.0 || >=20.9.0 || >=21"
},
"type": "module",
"exports": {
"./package.json": {
"import": "./package.json",
"require": "./package.json"
},
"./js": {
"import": "./lib/js/index.mjs",
"types": "./lib/js/index.d.ts"
},
"./jsx": {
"import": "./lib/jsx/index.mjs",
"types": "./lib/jsx/index.d.ts"
},
"./ts": {
"import": "./lib/ts/index.mjs",
"types": "./lib/ts/index.d.ts"
},
"./next": {
"import": "./lib/next/index.mjs",
"types": "./lib/next/index.d.ts"
},
"./next-ts": {
"import": "./lib/next-ts/index.mjs",
"types": "./lib/next-ts/index.d.ts"
}
},
"scripts": {
"link:local": "npm link",
"unlink:local": "npm unlink @nish1896/eslint-flat-config"
},
"homepage": "https://nish1896-eslint-config.vercel.app/",
"repository": {
"url": "git+https://github.com/nishkohli96/eslint-config.git"
},
"dependencies": {
"@stylistic/eslint-plugin": "^5.2.2",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"typescript-eslint": "^8.38.0"
},
"peerDependencies": {
"@eslint/js": ">=9",
"eslint": ">=9"
},
"license": "MIT",
"keywords": [
"@nish1896",
"@nish1896/eslint-config",
"@nish1896/eslint-flat-config",
"eslint",
"eslint9",
"eslint-9",
"eslint-v9",
"eslint9-config",
"eslintconfig",
"eslint config",
"eslint-config",
"eslint-config-flat",
"eslint shareable config",
"eslint flat config",
"flat eslint config",
"eslint-config-js",
"eslint-config-jsx",
"eslint-config-react",
"eslint-react",
"lint-config",
"lint-rules",
"react-eslint",
"shareable-config",
"typescript-eslint",
"code-style",
"eslint-stylistic",
"eslint-style",
"stylistic-eslint"
]
}