UNPKG

eslint-config-mo

Version:
36 lines (35 loc) 763 B
{ "name": "eslint-config-mo", "version": "0.5.3", "description": "sharable eslint config", "main": "index.js", "scripts": { "lint": "eslint *.js -f mo --fix" }, "eslintConfig": { "extends": "./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/fengzilong/eslint-config-mo.git" }, "keywords": [ "sharable", "eslint", "config" ], "author": "fengzilong", "license": "MIT", "bugs": { "url": "https://github.com/fengzilong/eslint-config-mo/issues" }, "homepage": "https://github.com/fengzilong/eslint-config-mo#readme", "dependencies": {}, "peerDependencies": { "eslint": "*" }, "devDependencies": { "eslint": "^6.8.0", "eslint-formatter-mo": "^0.1.4" } }