@hydre/eslint-config-hydre
Version:
A strict opinionated ESLint shareable config for the Hydre JavaScript style guide
36 lines (35 loc) • 976 B
JSON
{
"name": "@hydre/eslint-config-hydre",
"version": "1.4.16",
"description": "A strict opinionated ESLint shareable config for the Hydre JavaScript style guide",
"files": [
"index.js"
],
"scripts": {
"test": "node test/index.js",
"lint": "eslint --no-ignore --no-eslintrc --plugin eslint-plugin-unicorn --config ./index.js --env node,es6 --parser-options=ecmaVersion:11 --fix .",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/hydreio/eslint-config-hydre.git"
},
"keywords": [
"eslint",
"eslintconfig",
"hydre"
],
"license": "UNLICENSE",
"publishConfig": {
"access": "public"
},
"author": "sidy",
"bugs": {
"url": "https://github.com/hydreio/eslint-config-hydre/issues"
},
"homepage": "https://github.com/hydreio/eslint-config-hydre#readme",
"dependencies": {
"eslint": "^7.19.0",
"eslint-plugin-unicorn": "^28.0.0"
}
}