UNPKG

eslint-config-xo-preact

Version:

ESLint shareable config for Preact to be used with eslint-config-xo

63 lines (62 loc) 1.1 kB
{ "name": "eslint-config-xo-preact", "version": "1.0.0", "description": "ESLint shareable config for Preact to be used with eslint-config-xo", "license": "MIT", "repository": "adriantoine/eslint-config-xo-preact", "author": { "name": "Adrien Antoine", "email": "adriantoine@gmail.com", "url": "adriantoine.com" }, "engines": { "node": ">=4" }, "scripts": { "test": "ava" }, "files": [ "index.js" ], "keywords": [ "❤️", "preact", "jsx", "eslintconfig", "xo", "xoxo", "hugs", "kisses", "happy", "happiness", "code", "quality", "style", "lint", "linter", "jscs", "jshint", "jslint", "eslint", "validate", "code style", "standard", "strict", "check", "checker", "verify", "enforce", "hint", "simple" ], "devDependencies": { "ava": "*", "eslint": "^3.1.0", "eslint-plugin-react": "^6.0.0", "is-plain-obj": "^1.0.0", "temp-write": "^2.1.0" }, "dependencies": { "eslint-config-xo-react": "^0.9.0" } }