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

eslint-config-adjunct

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-adjunct - npm Package Compare versions

Comparing version 4.1.0 to 4.2.0

2

index.js

@@ -26,3 +26,3 @@ const checkMissing = require('./lib/missing')

'lodash',
'lodash-fp',
['lodash', 'lodash-fp'],
'ramda',

@@ -29,0 +29,0 @@ 'react-redux',

{
"name": "eslint-config-adjunct",
"version": "4.1.0",
"version": "4.2.0",
"author": "David J. Bradshaw",
"license": "MIT",
"description": "A midly opinionated collection of the best lesser known esLint plugins that every project should include",
"description": "A reasonable collection of plugins to use alongside your main esLint configuration",
"repository": {

@@ -37,13 +37,13 @@ "type": "git",

"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-find-rules": "^3.4.0",
"eslint-plugin-array-func": "^3.1.4",
"eslint-plugin-array-func": "^3.1.5",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-fsa": "^1.0.12",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-jasmine": "^4.1.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-jasmine": "^4.1.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jest-async": "^1.0.3",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-lodash": "^7.1.0",
"eslint-plugin-lodash-fp": "^2.2.0-a1",

@@ -53,7 +53,7 @@ "eslint-plugin-markdown": "^1.0.2",

"eslint-plugin-no-constructor-bind": "^1.2.8",
"eslint-plugin-no-secrets": "^0.5.4",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-no-secrets": "^0.6.8",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-optimize-regex": "^1.1.7",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",

@@ -63,15 +63,15 @@ "eslint-plugin-ramda": "^2.5.1",

"eslint-plugin-redux-saga": "^1.1.3",
"eslint-plugin-simple-import-sort": "^5.0.2",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^18.0.1",
"husky": "^4.2.3",
"eslint-plugin-unicorn": "^19.0.1",
"husky": "^4.2.5",
"in-publish": "^2.0.1",
"jasmine": "^3.5.0",
"jest": "^25.2.6",
"lint-staged": "^10.1.1",
"jest": "^25.5.1",
"lint-staged": "^10.2.0",
"lodash": "^4.17.15",
"lodash-fp": "^0.10.4",
"mocha": "^7.1.1",
"prettier": "^2.0.2",
"mocha": "^7.1.2",
"prettier": "^2.0.5",
"prettier-cli": "^0.1.0",

@@ -78,0 +78,0 @@ "ramda": "^0.27.0",

@@ -102,3 +102,3 @@ # eslint-config-adjunct

Adds the `fallthrough: 'never'` option to the the `newlint-between-switch-case` rule.
Adds the `fallthrough: 'never'` option to the the `newline-between-switch-case` rule.

@@ -130,3 +130,11 @@ ```js

- redux-saga/no-unhandled-errors
- lodash/prefer over native rules
- lodash-fp/use-fp
The following rules are disabled due to clashing with other plugins
- array-func/prefer-array-from
- import/order
- sort-imports
## License

@@ -133,0 +141,0 @@

@@ -5,2 +5,5 @@ module.exports = {

rules: {
// Rule disabled due to clash with Unicorn
'array-func/prefer-array-from': 'off',
// Rules not in recommended config

@@ -7,0 +10,0 @@ 'array-func/prefer-flat': 0,

module.exports = {
extends: ['plugin:lodash-fp/recommended'],
plugins: ['lodash-fp'],
rules: {
'lodash-fp/use-fp': 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