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

eslint-config-peerigon

Package Overview
Dependencies
Maintainers
9
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-peerigon - npm Package Versions

1
13

31.0.2

Diff

Changelog

Source

31.0.2 (2021-08-22)

Bug Fixes

  • typescript: Disable "@babel/new-cap" for TypeScript projects (aa363af)
peeri
published 31.0.1 •

Changelog

Source

31.0.1 (2021-08-02)

Bug Fixes

  • TypeScript: Disable @typescript-eslint/method-signature-style for d.ts files (87e915b)
peeri
published 31.0.0 •

Changelog

Source

31.0.0 (2021-07-28)

Features

  • Enable import/no-import-module-exports (d4be1ce)
  • Enable import/no-relative-packages (b44fd1c)

BREAKING CHANGES

  • Prevent relative package imports in Yarn/Lerna workspaces. See https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-relative-packages.md
  • import and module.exports should not be mixed. See https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md
peeri
published 30.2.0 •

Changelog

Source

30.2.0 (2021-07-28)

Bug Fixes

  • styles/prefer-arrow: Allow class methods again (6c7b1b8)

Features

  • typescript: Relax "@typescript-eslint/no-unused-vars" in d.ts files (561b939)
peeri
published 30.1.0 •

Changelog

Source

30.1.0 (2021-05-07)

Features

  • Relax "no-constant-condition" for loops (7337bb7)
peeri
published 30.0.2 •

Changelog

Source

30.0.2 (2021-03-05)

Bug Fixes

  • Problem with prettier/react (dcbd28f)
peeri
published 30.0.1 •

Changelog

Source

30.0.1 (2021-03-05)

Bug Fixes

  • Problem with updated eslint-config-prettier (3108084)
peeri
published 30.0.0 •

Changelog

Source

30.0.0 (2021-01-31)

chore

BREAKING CHANGES

  • We switched to @babel/eslint-parser and @babel/eslint-plugin, see https://babel.dev/blog/2020/07/13/the-state-of-babel-eslint . If you're using Babel you should set requireConfigFile: true in your ESLint config. ESLint will then use your babel.config.json.
  • You can remove TypeScript-specific ESLint dependencies, especially @typescript-eslint/parser. They should ship with the config.
peeri
published 30.0.0-beta.1 •

Changelog

Source

30.0.0-beta.1 (2021-01-31)

chore

BREAKING CHANGES

  • You should have @babel/core as your project dependency now, see https://babel.dev/blog/2020/07/13/the-state-of-babel-eslint#the-present
  • You can remove TypeScript-specific ESLint dependencies, especially @typescript-eslint/parser. They should ship with the config.
peeri
published 29.0.0 •

Changelog

Source

29.0.0 (2021-01-31)

Bug Fixes

  • JavaScript: Remove deprecated rules (eb52883)

chore

Features

  • Add prettier-typescript-node preset (1464581)
  • JavaScript: Add "no-loss-of-precision" rule as warning (5fd2828)
  • JavaScript: Add "no-nonoctal-decimal-escape" rule as warning (92e7aa9)
  • JavaScript: Add "no-promise-executor-return" rule as warning (a679f6b)
  • JavaScript: Add "no-restricted-exports" rule as warning (c1f3852)
  • JavaScript: Add "no-unreachable-loop" rule as warning (5757b4b)
  • JavaScript: Add "no-unsafe-optional-chaining" rule as warning (eb77e91)
  • JavaScript: Add "no-useless-backreference" rule as warning (1653191)
  • node: Use eslint-plugin-node (75c2ffe)
  • TypeScript: Add new TypeScript rules (199a393)

BREAKING CHANGES

  • node: We switched to eslint-plugin-node and their recommended rules
  • Change eslint peer dependency to ^7.15.0
  • Update eslint-config-prettier to ^7.2.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