eslint-config-aha
Version:
Aha! ESLint config
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "eslint-config-aha",
"version": "0.1.3",
"description": "Aha! ESLint config",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aha-app/eslint-config-aha.git"
},
"keywords": [
"eslint",
"javascript",
"config",
"aha"
],
"author": "Zach Schneider <zach@aha.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aha-app/eslint-config-aha/issues"
},
"homepage": "https://github.com/aha-app/eslint-config-aha#readme",
"files": [
"eslintrc.json",
"index.js",
"LICENSE.txt",
"package.json",
"README.md"
],
"peerDependencies": {
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-react-hooks": "^1.0.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.3.1"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-hooks": "^1.0.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.3.1",
"jest": "^20.0.4"
}
}