eslint-config-proper
Version:
ESLint config for JS Proper Format
30 lines (29 loc) • 676 B
JSON
{
"name": "eslint-config-proper",
"version": "1.1.0",
"description": "ESLint config for JS Proper Format",
"keywords": [
"js",
"eslint",
"lint",
"config",
"proper",
"format"
],
"author": "Tim Kuminecz <tkuminecz@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/tkuminecz/proper-format#readme",
"bugs": {
"url": "https://github.com/tkuminecz/proper-format/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkuminecz/proper-format.git"
},
"main": "index.js",
"dependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-plugin-flowtype": "^2.34.1"
}
}