mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
1096aa9fc6
* fix(deps): update all linting dependencies * fix lint --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Juan Picado <juanpicado19@gmail.com>
35 lines
953 B
JSON
35 lines
953 B
JSON
{
|
|
"name": "@verdaccio/eslint-config",
|
|
"version": "2.0.0-6-next.1",
|
|
"private": "true",
|
|
"description": "verdaccio eslint config",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js"
|
|
},
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-google": "0.14.0",
|
|
"eslint-config-prettier": "8.6.0",
|
|
"eslint-plugin-babel": "5.3.1",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jest": "27.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-plugin-cypress": "2.12.1",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
"eslint-plugin-verdaccio": "10.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"license": "MIT"
|
|
}
|