Socket
Socket
Sign inDemoInstall

@bjerk/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjerk/eslint-config - npm Package Versions

23

6.0.2

Diff

bjerk-bot
published 6.0.1 •

Changelog

Source

6.0.1 (2023-08-13)

Bug Fixes

  • add missing file to package (d4030ac)
bjerk-bot
published 6.0.0 •

Changelog

Source

6.0.0 (2023-08-09)

⚠ BREAKING CHANGES

  • improve esm rules (#270)

Features

Bug Fixes

  • deps: update dependency eslint-config-prettier to v9 (#267) (790581d)
bjerk-bot
published 5.4.0 •

Changelog

Source

5.4.0 (2023-07-24)

Features

Bug Fixes

  • do not depend on prettier and typescript (#261) (824cbbd)
bjerk-bot
published 5.3.1 •

Changelog

Source

5.4.0 (2023-07-24)

Features

Bug Fixes

  • do not depend on prettier and typescript (#261) (824cbbd)
bjerk-bot
published 5.2.0 •

Changelog

Source

5.2.0 (2023-07-18)

Features

Bug Fixes

  • deps: update dependency eslint-plugin-unicorn to v48 (#253) (73fe733)
simenandre
published 5.1.0 •

Changelog

Source

5.2.0 (2023-07-18)

Features

Bug Fixes

  • deps: update dependency eslint-plugin-unicorn to v48 (#253) (73fe733)
simenandre
published 5.0.0 •

Changelog

Source

5.0.0 (2023-07-13)

v5 is yet a step towards making our code more readable and maintainable!

With v5 we are introducing typed checked lining and stylistics config, as typescript-eslint recommends. To further make it easier for contributors and consumers of this eslint config, the separate topics are split into:

You can import only the ones you want if that is your style.

To make v5 work, you have to add parserOptions:

{
  "extends": "@bjerk/eslint-config",
  "parserOptions": {
    "project": true
  }
}

⚠ BREAKING CHANGES

  • use typed checked linting and stylistic config (#247)
  • split into separate configs (#246)

Features

  • remove unused dependencies (daec2b3)
  • use typed checked linting and stylistic config (#247) (b461fd6)

Code Refactoring

bjerk-bot
published 4.2.0 •

Changelog

Source

4.2.0 (2023-07-06)

Features

  • deps: update dependency prettier to v3 (#238) (8959828)
bjerk-bot
published 4.1.0 •

Changelog

Source

4.2.0 (2023-07-06)

Features

  • deps: update dependency prettier to v3 (#238) (8959828)
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