New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-healthier

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-healthier - npm Package Compare versions

Comparing version 0.0.0 to 1.0.0

.prettierrc

71

package.json
{
"name": "eslint-plugin-healthier",
"version": "0.0.0",
"description": "Eslint plugin for Healthier linter",
"version": "1.0.0",
"description": "An opinionated code linter – a friendly companion to prettier",
"author": {
"name": "Karolis Narkevicius",
"url": "http://twitter.com/KidkArolis"
},
"bugs": {
"url": "https://github.com/KidkArolis/eslint-plugin-healthier/issues"
},
"dependencies": {
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0"
},
"devDependencies": {
"np": "^4.0.2",
"prettier": "^1.16.4"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/KidkArolis/eslint-plugin-healthier",
"keywords": [
"JavaScript Standard Style",
"bikeshed",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify",
"prettier",
"format",
"formatter"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KidkArolis/eslint-config-healthier.git"
"url": "https://github.com/KidkArolis/eslint-plugin-healthier.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KidkArolis/eslint-config-healthier/issues"
},
"homepage": "https://github.com/KidkArolis/eslint-config-healthier#readme"
"scripts": {
"test": "prettier --check '**/*.{js,json}'",
"format": "prettier --write '**/*.{js,json}'"
}
}

@@ -1,5 +0,21 @@

# eslint-config-healthier
# eslint-plugin-healthier
Eslint config for https://github.com/KidkArolis/healthier.
Eslint plugin for https://github.com/KidkArolis/healthier and https://github.com/KidkArolis/eslint-config-healthier. Healthier is an opinionated linter that only applies non code style related linting rules, which makes it a great companion for code formatters such as Prettier.
Coming soon.
## Usage
Because npm and yarn flattens dependencies, you actually, technically, don't need to install this plugin and can only install eslint-config-healthier. This is to make using this eslint config more convenient. This will be improved when eslint makes it possible for configs to depend on plugins.
npm i -D eslint-plugin-healthier
## Rule prefix
Healthier plugin depends on the following plugins to expose these to eslint-config-healthier:
- eslint-plugin-standard
- eslint-plugin-node
- eslint-plugin-import
- eslint-plugin-promise
- eslint-plugin-react
By reexporting these plugins, eslint forces us to change the prefix for all those rules to `healthier/`. This will be improved when eslint makes it possible for configs to depend on plugins.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc