UNPKG

@flizpay-de/eslint

Version:

Shared ESLint flat-config for FlizPay projects

49 lines (48 loc) 1.22 kB
{ "name": "@flizpay-de/eslint", "version": "2.1.30", "description": "Shared ESLint flat-config for FlizPay projects", "type": "module", "main": "eslint.config.js", "exports": { "./next": "./next.js", "./react": "./react.js", "./react-native": "./react-native.js", "./base": "./base.js", "./backend": "./backend.js" }, "scripts": { "lint": "eslint ." }, "keywords": [ "eslint", "config", "flatconfig", "flizpay" ], "author": "FLIZpay", "license": "MIT", "engines": { "node": ">=18.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@eslint/eslintrc": "^3.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint-config-next": "^15.0.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-n": "^17.21.0", "eslint-plugin-promise": "^6.1.0", "eslint-plugin-react": "^7.34.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^5.0.0", "eslint-plugin-security": "^1.7.1", "eslint-plugin-sonarjs": "^3.0.2" }, "peerDependencies": { "eslint": ">=8.57.0" } }