mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-08 05:10:20 +01:00
28 lines
852 B
JSON
28 lines
852 B
JSON
{
|
|
"name": "@scm-manager/eslint-config",
|
|
"version": "2.0.0-SNAPSHOT",
|
|
"description": "ESLint configuration for scm-manager and its plugins",
|
|
"main": "index.js",
|
|
"author": "Sebastian Sdorra <s.sdorra@gmail.com>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"prettier": "@scm-manager/prettier-config",
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
|
"@typescript-eslint/parser": "^2.12.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-prettier": "^6.4.0",
|
|
"eslint-config-react-app": "^5.0.2",
|
|
"eslint-plugin-flowtype": "^4.3.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"eslint-plugin-react-hooks": "^2.1.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|