UNPKG

974 BJSONView Raw
1{
2 "name": "@evo/eslint-config-uaprom",
3 "version": "1.0.7",
4 "description": "Репозиторий c инструкцией подключения к другим проектам и готовым конфигом на базе [airbnb](https://github.com/airbnb/javascript)",
5 "main": "index.js",
6 "dependencies": {
7 "babel-eslint": "^6.1.2",
8 "eslint-config-airbnb": "^9.0.1"
9 },
10 "peerDependencies": {
11 "eslint": "^2.12.0",
12 "eslint-plugin-import": "^1.8.1",
13 "eslint-plugin-jsx-a11y": "^1.4.2",
14 "eslint-plugin-react": "^5.1.1"
15 },
16 "devDependencies": {},
17 "scripts": {
18 "test": "echo \"Error: no test specified\" && exit 1"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/Prom-ua/eslint-config-uaprom.git"
23 },
24 "author": "",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/Prom-ua/eslint-config-uaprom/issues"
28 },
29 "homepage": "https://github.com/Prom-ua/eslint-config-uaprom#readme"
30}