UNPKG

eslint-config-willow

Version:
41 lines (40 loc) 824 B
{ "name": "eslint-config-willow", "version": "1.0.11", "description": "My ESLint shareable configuration", "main": "index.js", "scripts": { "test": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/wisnoi/eslint-config-willow.git" }, "keywords": [ "eslint", "willow", "config", "eslint-config" ], "author": { "name": "willowsnow", "email": "willow.snow14@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/wisnoi/eslint-config-willow/issues" }, "homepage": "https://github.com/wisnoi/eslint-config-willow#readme", "devDependencies": { "eslint": "^4.19.1" }, "peerDependencies": { "eslint": ">= 3" }, "eslintConfig": { "extends": "./index.js" }, "engines": { "node": ">=6" } }