UNPKG

eslint-plugin-lodash

Version:

Lodash specific linting rules for ESLint

52 lines (51 loc) 1.31 kB
{ "name": "eslint-plugin-lodash", "version": "2.1.0", "author": "Omer Ganim <ganimomer@gmail.com>", "description": "Lodash specific linting rules for ESLint", "main": "lib/index.js", "scripts": { "coveralls": "cat ./reports/coverage/lcov.info | coveralls", "lint": "eslint ./", "test": "npm run lint && npm run unit-test", "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot", "prepublish": "babel src -d lib" }, "files": [ "LICENSE", "README.md", "lib" ], "repository": { "type": "git", "url": "https://github.com/wix/eslint-plugin-lodash" }, "homepage": "https://github.com/wix/eslint-plugin-lodash", "bugs": "https://github.com/wix/eslint-plugin-lodash/issues", "peerDependencies": { "eslint": ">=2.10.0" }, "dependencies": { "lodash": "^4.0.0" }, "devDependencies": { "babel-cli": "6.16.0", "babel-preset-es2015": "6.16.0", "coveralls": "^2.11.11", "eslint": "3.7.1", "eslint-config-wix-editor": "0.2.3", "eslint-traverser": "1.4.0", "istanbul": "^0.4.4", "mocha": "3.1.0" }, "engines": { "node": ">=0.12.0" }, "keywords": [ "eslint", "eslint-plugin", "eslintplugin", "lodash" ], "license": "MIT" }