UNPKG

eslint-config-sk-browser

Version:

production ready eslint config using es6 prettier jest codemod browserlist flow ...

56 lines (55 loc) 1.41 kB
{ "name": "eslint-config-sk-browser", "version": "1.1.5", "description": "production ready eslint config using es6 prettier jest codemod browserlist flow ...", "keywords": [ "javascript", "ecmascript", "es6", "prettify", "eslint", "lint", "lint-config", "config", "jest", "no-config", "prettier" ], "main": "index.js", "repository": "git@github.com:soenkekluth/eslint-configs.git", "bugs": { "url": "https://github.com/soenkekluth/eslint-configs/issues" }, "homepage": "https://github.com/soenkekluth/eslint-configs", "author": "Sönke Kluth <mail@soenkekluth.com>", "license": "MIT", "peerDependencies": { "eslint": ">=4.19.1", "eslint-config-sk-common": ">=1.1.5" }, "dependencies": { "eslint": "^4.19.1", "eslint-config-sk-common": "1.1.5", "eslint-plugin-html": "^4.0.3", "jest-preset-sk": "^1.1.0" }, "engines": { "node": ">=9.0.0" }, "devEngines": { "node": ">=9.0.0" }, "scripts": { "lint": "eslint './**/*.js' --parser-options=ecmaVersion:7 --format=html -o 'lint-result.html' --cache --cache-location '/tmp/.eslintcache/'", "lint:fix": "yarn lint --fix", "publish:local": "yalc publish", "link:local": "yalc link eslint-config-sk-common" }, "devDependencies": { "jest": "22.4.3" }, "jest": { "preset": "jest-preset-sk", "rootDir": "./" } }