UNPKG

eslint-config-keystone

Version:

Shareable ESLint Config for Keystone's Coding Standards

33 lines (32 loc) 780 B
{ "name": "eslint-config-keystone", "version": "3.0.0", "description": "Shareable ESLint Config for Keystone's Coding Standards", "main": "index.js", "scripts": { "lint": "eslint .", "test": "echo \"No tests yet... contribute some?\"" }, "devDependencies": { "eslint": "^3.10.0" }, "peerDependencies": { "eslint": "^3.10.0" }, "repository": { "type": "git", "url": "git+https://github.com/keystonejs/eslint-config-keystone.git" }, "keywords": [ "eslint", "keystone", "keystonejs", "javascript" ], "author": "Jed Watson", "license": "MIT", "bugs": { "url": "https://github.com/keystonejs/eslint-config-keystone/issues" }, "homepage": "https://github.com/keystonejs/eslint-config-keystone#readme" }