@flizpay-de/eslint
Version:
Shared ESLint flat-config for FlizPay projects
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "@flizpay-de/eslint",
"version": "2.1.22",
"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"
},
"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-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"
}
}