eslint-plugin-ramda
Version:
ESLint rules for use with Ramda
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "eslint-plugin-ramda",
"version": "2.5.1",
"description": "ESLint rules for use with Ramda",
"license": "MIT",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"ramda",
"fantasy-land"
],
"author": "Marcelo Camargo <marcelocamargo@linuxmail.org>",
"contributors": [
"Mathias Schreck <schreck.mathias@gmail.com>"
],
"main": "index.js",
"scripts": {
"lint": "eslint ./",
"test": "nyc ava",
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov"
},
"dependencies": {
"create-eslint-index": "^1.0.0",
"ramda": "0.25.0",
"req-all": "^1.0.0"
},
"devDependencies": {
"ava": "^0.23.0",
"codecov": "^3.0.0",
"eslint": "~4.11.0",
"eslint-ava-rule-tester": "^2.0.2",
"nyc": "^11.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ramda/eslint-plugin-ramda.git"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"index.js",
"ast-helper.js",
"rules/",
"LICENSE",
"README.md"
]
}