UNPKG

prettier-eslint

Version:

Formats your JavaScript using prettier followed by eslint --fix

69 lines (68 loc) 1.92 kB
{ "name": "prettier-eslint", "version": "8.8.0", "description": "Formats your JavaScript using prettier followed by eslint --fix", "main": "dist/index.js", "scripts": { "start": "nps", "test": "nps test", "precommit": "opt --in pre-commit --exec \"npm start validate\"" }, "files": [ "dist" ], "keywords": [], "author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)", "maintainers": [ "Simon Fridlund <simon@fridlund.email>" ], "license": "MIT", "dependencies": { "babel-runtime": "^6.26.0", "common-tags": "^1.4.0", "dlv": "^1.1.0", "eslint": "^4.0.0", "indent-string": "^3.2.0", "lodash.merge": "^4.6.0", "loglevel-colored-level-prefix": "^1.0.0", "prettier": "^1.7.0", "pretty-format": "^22.0.3", "require-relative": "^0.8.7", "typescript": "^2.5.1", "typescript-eslint-parser": "^11.0.0" }, "devDependencies": { "all-contributors-cli": "^4.4.0", "babel-cli": "^6.26.0", "babel-core": "6.26.0", "babel-jest": "^22.0.3", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-object-rest-spread": "6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.0", "babel-register": "^6.26.0", "chalk": "^2.1.0", "eslint-config-kentcdodds": "^13.0.1", "husky": "^0.14.3", "jest": "^22.0.3", "jest-cli": "^22.0.3", "nps": "^5.7.1", "nps-utils": "^1.3.0", "opt-cli": "^1.5.2", "prettier-eslint-cli": "^4.2.1", "rimraf": "^2.5.4", "strip-indent": "^2.0.0" }, "engines": { "node": ">=4.0.0" }, "repository": { "type": "git", "url": "https://github.com/prettier/prettier-eslint.git" }, "bugs": { "url": "https://github.com/prettier/prettier-eslint/issues" }, "homepage": "https://github.com/prettier/prettier-eslint#readme" }