mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Mikko Aspiala <mikko.aspiala@gmail.com>
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@k8slens/eslint-config",
|
|
"version": "6.5.0",
|
|
"description": "Lens eslint and prettier configurations",
|
|
"author": {
|
|
"name": "OpenLens Authors",
|
|
"email": "info@k8slens.dev"
|
|
},
|
|
"license": "MIT",
|
|
"bin": {
|
|
"lens-lint": "bin/lint"
|
|
},
|
|
"exports": {
|
|
"./eslint": "./eslint-config.js",
|
|
"./prettier": "./prettier-config.json"
|
|
},
|
|
"files": [
|
|
"eslint-config.js",
|
|
"prettier-config.json"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lensapp/lens"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": ">= 5",
|
|
"@typescript-eslint/parser": ">= 5",
|
|
"eslint": ">= 7",
|
|
"eslint-config-airbnb-typescript": ">= 17",
|
|
"eslint-config-prettier": ">= 8",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-import": ">= 2",
|
|
"eslint-plugin-jest": ">= 27",
|
|
"eslint-plugin-jsx-a11y": ">= 6",
|
|
"eslint-plugin-no-unsanitized": ">= 4.0.2",
|
|
"eslint-plugin-prettier": ">= 4",
|
|
"eslint-plugin-react-hooks": ">= 4",
|
|
"eslint-plugin-security": ">= 1.6.0",
|
|
"eslint-plugin-simple-import-sort": ">= 7",
|
|
"eslint-plugin-unused-imports": ">= 2",
|
|
"eslint-plugin-xss": ">= 0.1.12",
|
|
"prettier": ">= 2"
|
|
}
|
|
}
|