UNPKG

eslint-plugin-opinionated

Version:
49 lines 1.26 kB
{ "name": "eslint-plugin-opinionated", "version": "0.2.2", "description": "Opinionated rules for styling your code.", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "build": "nodely -s ./src -o ./lib && npm run gen-types", "gen-types": "flow gen-flow-files src --ignore \".+/__tests__/.+\" --out-dir lib && ./scripts/fix-types.js", "postpublish": "codecov", "prepublishOnly": "npm run build", "test": "lintly src && flow && jest" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/dogma-io/eslint-plugin-opinionated.git" }, "keywords": [ "code", "component", "eslint", "inferno", "javascript", "js", "plugin", "preact", "quality", "react", "rules" ], "author": "Matthew Dahl <https://github.com/dogma-io>", "license": "MIT", "bugs": { "url": "https://github.com/dogma-io/eslint-plugin-opinionated/issues" }, "homepage": "https://github.com/dogma-io/eslint-plugin-opinionated#readme", "devDependencies": { "@babel/core": "7.5.4", "babel-core": "^7.0.0-0", "babel-jest": "24.8.0", "babel-preset-nodely": "0.4.2", "codecov": "3.5.0", "jest": "24.8.0", "lintly": "0.3.0", "nodely": "0.8.0" } }