UNPKG

eslint-plugin-ext

Version:
27 lines (26 loc) 597 B
{ "name": "eslint-plugin-ext", "version": "0.1.0", "description": "eslint extended rules", "main": "index.js", "scripts": { "test": "node tests" }, "repository": { "type": "git", "url": "git+https://github.com/jiangfengming/eslint-plugin-ext.git" }, "keywords": [ "eslint", "eslintplugin" ], "author": "Jiang Fengming", "license": "MIT", "bugs": { "url": "https://github.com/jiangfengming/eslint-plugin-ext/issues" }, "homepage": "https://github.com/jiangfengming/eslint-plugin-ext#readme", "devDependencies": { "eslint": "^6.8.0" } }