mirror of
https://github.com/elyby/eslint-plugin.git
synced 2024-11-08 21:52:30 +05:30
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "@elyby/eslint-plugin",
|
|
"version": "0.3.0",
|
|
"description": "Shareable ESLint config for the Ely.by's projects",
|
|
"author": {
|
|
"name": "erickskrauch",
|
|
"email": "erickskrauch@ely.by",
|
|
"url": "https://github.com/erickskrauch"
|
|
},
|
|
"main": "lib/index.js",
|
|
"repository": "https://github.com/elyby/eslint-config.git",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintconfig",
|
|
"lint",
|
|
"ely",
|
|
"elyby"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib --extensions .ts,.js",
|
|
"test": "jest",
|
|
"lint": "eslint \"{src,tests}/**/*.{js,ts}\""
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@elyby/eslint-plugin": "^0.2.0",
|
|
"@types/eslint": "^4.16.6",
|
|
"@types/estree": "^0.0.40",
|
|
"@types/node": "^12.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^1.9.1",
|
|
"@typescript-eslint/parser": "^1.9.0",
|
|
"eslint": "^5.16.0",
|
|
"jest": "^24.8.0",
|
|
"typescript": "^3.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^2.11.0",
|
|
"@typescript-eslint/parser": "^2.11.0",
|
|
"eslint": "^6.0.0",
|
|
"eslint-plugin-react": "^7.13.0",
|
|
"eslint-plugin-react-hooks": "^1.6.0 | ^2.0.0"
|
|
}
|
|
}
|