eslint-config-cobinhood
Version:
36 lines (35 loc) • 877 B
JSON
{
"name": "eslint-config-cobinhood",
"version": "0.0.1",
"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"
}
}