UNPKG

eslint-config-ts-standard-next

Version:

Chempo's ESLint Config for NextJS with TypeScript projects with best practices

42 lines 1.17 kB
{ "name": "eslint-config-ts-standard-next", "version": "1.0.1", "description": "Chempo's ESLint Config for NextJS with TypeScript projects with best practices", "author": "Chempo González <chempo.glez@gmail.com> (https://github.com/chempogonzalez/)", "license": "MIT", "homepage": "https://github.com/chempo/eslint-config-ts-standard-next", "keywords": [ "eslint-config", "typescript", "nextjs", "next", "react", "jsx", "best practices" ], "main": "index.js", "files": [ "index.js" ], "peerDependencies": { "eslint": ">=8.0.1" }, "dependencies": { "@typescript-eslint/eslint-plugin": "6.7.2", "@typescript-eslint/parser": "6.7.2", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-html": "7.1.0", "eslint-plugin-import": "2.28.1", "eslint-plugin-jsonc": "2.9.0", "eslint-plugin-n": "16.1.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-unicorn": "48.0.1", "eslint-plugin-yml": "1.9.0", "jsonc-eslint-parser": "2.3.0", "yaml-eslint-parser": "1.2.2", "@chempo/eslint-config-next": "1.0.1" }, "devDependencies": { "eslint": "8.49.0" } }