UNPKG

@cobinhood/eslint-config-cobinhood

Version:
41 lines (40 loc) 1.01 kB
{ "name": "@cobinhood/eslint-config-cobinhood", "version": "0.2.0", "description": "eslint config", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/cobinhood/eslint-config-cobinhood.git" }, "keywords": [ "eslint", "config", "cobinhood" ], "author": "dev@cobinhood.com", "license": "MIT", "engines": { "node": ">=6.0.0" }, "bugs": { "url": "https://github.com/cobinhood/eslint-config-cobinhood/issues" }, "homepage": "https://github.com/cobinhood/eslint-config-cobinhood#readme", "peerDependencies": { "babel-eslint": "^8.2.3", "eslint": "^4.19.1", "eslint-plugin-compat": "^2.3.0", "eslint-plugin-flowtype": "^2.46.3", "eslint-plugin-import": "^2.12.0", "eslint-plugin-react": "^7.9.1", "eslint-plugin-react-hooks": "^1.0.1" }, "dependencies": { "babel-eslint": "^10.0.1", "eslint": "^5.13.0" } }