UNPKG

solhint-plugin-eco

Version:

A solhint plugin to enfore Eco's style rules

34 lines (33 loc) 812 B
{ "name": "solhint-plugin-eco", "version": "0.1.0", "description": "A solhint plugin to enfore Eco's style rules", "main": "index.js", "scripts": { "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/eco/solhint-plugin-eco.git" }, "keywords": [ "solhint", "solidity", "plugin" ], "author": "Michael Gregson <mgregson@eco.com>", "license": "MIT", "bugs": { "url": "https://github.com/eco/solhint-plugin-eco/issues" }, "homepage": "https://github.com/eco/solhint-plugin-eco#readme", "devDependencies": { "eslint": "^6.5.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.17.0", "jest": "^24.9.0", "solhint": "^2.3.0" } }