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

eslint-plugin-wyze

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-wyze - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

8

package.json
{
"name": "eslint-plugin-wyze",
"version": "1.2.0",
"version": "1.2.1",
"description": "My personal ESLint rules.",

@@ -26,8 +26,8 @@ "license": "MIT",

"devDependencies": {
"ava": "^0.12.0",
"eslint": "^2.2.0"
"ava": "^0.13.0",
"eslint": "~2.2.0"
},
"peerDependencies": {
"eslint": "^2.0.0"
"eslint": "~2.2.0"
}
}

@@ -45,4 +45,30 @@ # eslint-plugin-wyze

* [sort-imports](docs/rules/sort-imports.md): Sorts imports by `named` and `default`.
* [space-around-conditional](docs/rules/space-around-conditional.md): Always put spacing in your control flow statements.
* [space-around-conditional](docs/rules/space-around-conditional.md): Always put spacing around your conditional expressions.
## Recommended Config
We support a recommended config for the rules.
### Enable
```js
{
"extends": "plugin:wyze/recommended",
"plugins": [
"wyze"
]
}
```
### Rules
```js
{
"rules": {
"wyze/sort-imports": 2,
"wyze/space-around-conditional": 2
}
}
```
## License

@@ -49,0 +75,0 @@

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