Socket
Socket
Sign inDemoInstall

eslint-config-seekingalpha-base

Package Overview
Dependencies
244
Maintainers
3
Versions
257
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.19.0 to 8.0.0

5

CHANGELOG.md
# Change Log
## 8.0.0 - 2024-04-00
- [breaking] removed `@stylistic/eslint-plugin-js`
## 7.19.0 - 2024-04-03

@@ -8,3 +12,2 @@

- [breaking] enable `unicorn/no-single-promise-in-promise-methods` rule
-

@@ -11,0 +14,0 @@ ## 7.18.0 - 2024-03-17

3

index.js

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

// ESLint Stylistic Stylistic Formatting https://eslint.style/packages/js
'./rules/eslint-plugin-stylistic-js/index.js',
// eslint-plugin-import rules (https://github.com/benmosher/eslint-plugin-import)

@@ -11,0 +8,0 @@ './rules/eslint-plugin-import/index.js',

{
"name": "eslint-config-seekingalpha-base",
"version": "7.19.0",
"version": "8.0.0",
"description": "SeekingAlpha's sharable base ESLint config",

@@ -51,3 +51,2 @@ "main": "index.js",

"peerDependencies": {
"@stylistic/eslint-plugin-js": "1.7.0",
"eslint": "8.57.0",

@@ -61,3 +60,2 @@ "eslint-plugin-array-func": "4.0.0",

"devDependencies": {
"@stylistic/eslint-plugin-js": "1.7.0",
"eslint": "8.57.0",

@@ -64,0 +62,0 @@ "eslint-find-rules": "4.1.0",

@@ -5,65 +5,4 @@ module.exports = {

rules: {
'@stylistic/js/array-bracket-newline': 'off',
'@stylistic/js/array-bracket-spacing': 'off',
'@stylistic/js/array-element-newline': 'off',
'@stylistic/js/arrow-parens': 'off',
'@stylistic/js/arrow-spacing': 'off',
'@stylistic/js/block-spacing': 'off',
'@stylistic/js/brace-style': 'off',
'@stylistic/js/comma-dangle': 'off',
'@stylistic/js/comma-spacing': 'off',
'@stylistic/js/comma-style': 'off',
'@stylistic/js/computed-property-spacing': 'off',
'@stylistic/js/dot-location': 'off',
'@stylistic/js/eol-last': 'off',
'@stylistic/js/function-call-spacing': 'off',
'@stylistic/js/function-call-argument-newline': 'off',
'@stylistic/js/function-paren-newline': 'off',
'@stylistic/js/generator-star-spacing': 'off',
'@stylistic/js/implicit-arrow-linebreak': 'off',
'@stylistic/js/indent': 'off',
'@stylistic/js/jsx-quotes': 'off',
'@stylistic/js/key-spacing': 'off',
'@stylistic/js/keyword-spacing': 'off',
'@stylistic/js/linebreak-style': 'off',
'@stylistic/js/multiline-ternary': 'off',
'@stylistic/js/newline-per-chained-call': 'off',
'@stylistic/js/new-parens': 'off',
'@stylistic/js/no-extra-parens': 'off',
'@stylistic/js/no-extra-semi': 'off',
'@stylistic/js/no-floating-decimal': 'off',
'@stylistic/js/no-mixed-spaces-and-tabs': 'off',
'@stylistic/js/no-multi-spaces': 'off',
'@stylistic/js/no-multiple-empty-lines': 'off',
'@stylistic/js/no-trailing-spaces': 'off',
'@stylistic/js/no-whitespace-before-property': 'off',
'@stylistic/js/nonblock-statement-body-position': 'off',
'@stylistic/js/object-curly-newline': 'off',
'@stylistic/js/object-curly-spacing': 'off',
'@stylistic/js/object-property-newline': 'off',
'@stylistic/js/one-var-declaration-per-line': 'off',
'@stylistic/js/operator-linebreak': 'off',
'@stylistic/js/padded-blocks': 'off',
'@stylistic/js/quote-props': 'off',
'@stylistic/js/rest-spread-spacing': 'off',
'@stylistic/js/semi': 'off',
'@stylistic/js/semi-spacing': 'off',
'@stylistic/js/semi-style': 'off',
'@stylistic/js/space-before-blocks': 'off',
'@stylistic/js/space-before-function-paren': 'off',
'@stylistic/js/space-in-parens': 'off',
'@stylistic/js/space-infix-ops': 'off',
'@stylistic/js/space-unary-ops': 'off',
'@stylistic/js/switch-colon-spacing': 'off',
'@stylistic/js/template-curly-spacing': 'off',
'@stylistic/js/template-tag-spacing': 'off',
'@stylistic/js/wrap-iife': 'off',
'@stylistic/js/wrap-regex': 'off',
'@stylistic/js/yield-star-spacing': 'off',
'unicode-bom': 'off',
// Might be enabled
'@stylistic/js/lines-around-comment': 'off',
'@stylistic/js/no-mixed-operators': 'off',
// Unicorn

@@ -70,0 +9,0 @@ 'unicorn/empty-brace-spaces': 'off',

@@ -9,3 +9,3 @@ # eslint-config-seekingalpha-base

npm install eslint@8.57.0 @stylistic/eslint-plugin-js@1.7.0 eslint-plugin-array-func@4.0.0 eslint-plugin-import@2.29.1 eslint-plugin-no-use-extend-native@0.5.0 eslint-plugin-promise@6.1.1 eslint-plugin-unicorn@52.0.0 --save-dev
npm install eslint@8.57.0 eslint-plugin-array-func@4.0.0 eslint-plugin-import@2.29.1 eslint-plugin-no-use-extend-native@0.5.0 eslint-plugin-promise@6.1.1 eslint-plugin-unicorn@52.0.0 --save-dev

@@ -12,0 +12,0 @@ Install SeekingAlpha shareable ESLint:

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc