UNPKG

prettier-config-springload

Version:
41 lines (40 loc) 1.13 kB
{ "name": "prettier-config-springload", "version": "1.0.3", "description": "Standardised importable Prettier configuration.", "keywords": [ "prettier", "config", "springload" ], "main": "dist/index.js", "files": [ "dist/" ], "author": { "name": "Mitch Ryan", "url": "https://github.com/ryami333" }, "scripts": { "build": "npx babel lib/index.js --out-file dist/index.js", "prepublishOnly": "npm run build", "lint": "npx eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/springload/prettier-config-springload.git" }, "license": "MIT", "bugs": { "url": "https://github.com/springload/prettier-config-springload/issues" }, "homepage": "https://github.com/springload/prettier-config-springload#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-preset-env": "^1.6.1", "eslint": "^4.19.1", "eslint-plugin-springload": "^2.2.0", "prettier": "^1.12.1" } }