UNPKG

@gfdigital/eslint-config

Version:
80 lines (79 loc) 1.99 kB
{ "name": "@gfdigital/eslint-config", "version": "0.4.3", "description": "A collection of opinionated best practice eslint configs", "type": "module", "publishConfig": { "access": "public" }, "exports": { ".": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "test": "yarn eslint --print-config eslint.config.js", "dev": "yarn build --watch", "build": "yarn tsc --project ./tsconfig.build.json", "release": "yarn changeset publish" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/green-flash-digital/eslint-config-greenflash.git" }, "author": "Drew DeCarme (drew@greenflash.digital)", "license": "MIT", "bugs": { "url": "https://github.com/green-flash-digital/eslint-config-greenflash/issues" }, "keywords": [ "eslint", "eslint-config", "linting", "flat-config", "javascript", "typescript", "react", "eslint-plugin", "typescript-eslint", "eslint-rules", "eslint-plugin-import", "eslint-plugin-react", "eslint-plugin-react-hooks", "globals", "code-style", "coding-standards", "static-analysis", "configurable", "code-quality", "npm-package", "eslint-shareable-config", "best-practices", "eslint-setup", "code-consistency", "developer-tools", "frontend", "fullstack", "open-source", "typescript-linting", "react-linting", "eslint-extends" ], "homepage": "https://github.com/green-flash-digital/eslint-config-greenflash#readme", "packageManager": "yarn@4.7.0", "dependencies": { "@eslint/js": "^9.21.0", "eslint": "^9.21.0", "eslint-import-resolver-typescript": "^3.8.7", "eslint-plugin-import": "^2.31.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "globals": "^16.0.0", "typescript": "^5.8.2", "typescript-eslint": "^8.26.0" }, "devDependencies": { "@changesets/cli": "^2.28.1" } }