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

22.1.0

Diff

Changelog

Source

22.1.0 (2019-07-31)

Features

  • Add Prettier config (4d5e84e)
  • Disable id-length (a8c791b)
  • Relax @typescript-eslint/no-floating-promises (ce7bf3e)
jhnns
published 22.0.0 •

Changelog

Source

22.0.0 (2019-07-15)

Bug Fixes

  • Change @typescript-eslint/member-delimiter-style (e8dda25)
  • Turn of react/prop-types for TypeScript files (afe4ef5)

Features

  • Enable test rules by glob pattern (63c023c)
  • Recognize @testing-library/jest-dom/extend-expect as module with side-effects (3ff10a2)
  • Relax some import rules (6efa5a3)
  • Relax typescript rules in tests (c73ee22)

BREAKING CHANGES

  • Change back to @typescript-eslint/member-delimiter-style "semi" because we want to stay consistent with classes. Sorry for the noise :(
jhnns
published 21.2.0 •

Changelog

Source

21.2.0 (2019-07-09)

Features

jhnns
published 21.1.0 •

Changelog

Source

21.1.0 (2019-07-09)

Features

  • Introduce peerigon/styles/react-jsx-no-literals (8c0425f)
jhnns
published 21.0.0 •

Changelog

Source

21.0.0 (2019-07-09)

Features

  • Add eslint-plugin-react-hooks (6c0d0a3)
  • Add styles/react-jsx-allow-bind (a8e4326)
  • Disable promise/prefer-await-to-then and promise/prefer-await-to-callbacks (b715e44)
  • Relax import/max-dependencies and max-lines (f692e4b)
  • Relax max-lines in tests (cd1e294)
  • Relax react/jsx-no-bind (89873c3)
  • Switch off react/no-multi-comp (366636a)

BREAKING CHANGES

  • There are linting rules for React hooks now.
jhnns
published 20.0.1 •

Changelog

Source

20.0.1 (2019-07-08)

Bug Fixes

jhnns
published 20.0.0 •

Changelog

Source

20.0.0 (2019-07-08)

Bug Fixes

  • Add note on @typescript-eslint/parser in README (898abe3)
  • Disable import rules that are slow (41edcb2)
  • Improve options for import/no-extraneous-dependencies (5fe07e6)
  • Reuse no-unused-vars option in TypeScript (44464ac)

Features

  • Ignore long comments in max-len rule (4a8d39d)
  • Increase import/max-dependencies to 20 (f5d6c9d)
  • Refactor TypeScript rules (302d840)
  • Update dependencies (32914ef)

BREAKING CHANGES

  • Added and changed a lot of TypeScript rules. This change was necessary because a lot of new rules have been added to @typescript-eslint. Also adds some performance improvements.
  • eslint-plugin-jsdoc received a major version bump
  • The pattern for devDependencies checked by import/no-extraneous-dependencies has changed
jhnns
published 19.0.0 •

Changelog

Source

19.0.0 (2019-05-29)

Bug Fixes

  • Activate TypeScript rules only for *.tsx? files (338d98f)
  • Remove JS file overrides in typescript rules (68fc6df)

chore

Features

  • Add lines-between-class-members rule (b0ce663)
  • Disable arrow-body-style and arrow-parens rule (c50a7b4)

BREAKING CHANGES

  • eslint-plugin-jsdoc received a major version update.
  • It's now required to add a new line between multiline class members.
  • Remove sourceType = script parser option for JS files in TypeScript projects. This override made the wrong assumption that all JS files should be scripts in a TypeScript project which is certainly not correct.
jhnns
published 18.0.0 •

Changelog

Source

18.0.0 (2019-05-29)

Bug Fixes

  • Remove JS file overrides in typescript rules (ef27f23)

BREAKING CHANGES

  • Remove sourceType = script parser option for JS files in TypeScript projects. This override made the wrong assumption that all JS files should be scripts in a TypeScript project which is certainly not correct.

<a name="17.1.0"></a>

jhnns
published 17.1.0 •

Changelog

Source

17.1.0 (2019-02-22)

Features

  • Add prefer-interface style for TypeScript apps (#58) (529503f)

<a name="17.0.0"></a>

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