Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-stylelint

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-stylelint - npm Package Versions

234

23.0.0

Diff

Changelog

Source

23.0.0

  • Removed: Node.js less than 18.18 support
  • Removed: ESLint 8.x support
  • Added: ESLint 9.x support
ybiquitous
published 22.0.0 •

Changelog

Source

22.0.0

  • Removed: no-confusing-arrow because of the deprecation of formatting rules.
  • Changed: replace deprecated padding-line-between-statements with @stylistic/js/padding-line-between-statements.
  • Changed: bump eslint-plugin-jest from v27 to v28.
  • Changed: bump eslint-plugin-n from v16 to v17.
  • Fixed: missing funding field in package.json.
ybiquitous
published 21.0.0 •

Changelog

Source

21.0.0

  • Removed: Node.js 16 support.
  • Changed: bump eslint-plugin-regexp from v1 to v2.
  • Changed: parserOptions.ecmaVersion from 2021 to 2023.
ybiquitous
published 20.0.0 •

Changelog

Source

20.0.0

  • Added: n/prefer-global/process rule.
ybiquitous
published 19.1.0 •

Changelog

Source

19.1.0

  • Added: rules for ESM files.
ybiquitous
published 19.0.0 •

Changelog

Source

19.0.0

  • Removed: Node.js 14 support.
  • Changed: migrate from eslint-plugin-node to eslint-plugin-n.
  • Changed: parserOptions.ecmaVersion from 2020 to 2021.

Migration note: You may need to rewrite rule names for eslint-plugin-node like this:

-// eslint-disable-next-line node/no-extraneous-import
+// eslint-disable-next-line n/no-extraneous-import

See also the eslint-plugin-n document.

ybiquitous
published 18.0.0 •

Changelog

Source

18.0.0

  • Removed: Jest rules from the default config.
  • Changed: eslint-plugin-jest to optional peer dependencies.
  • Added: Jest only config "stylelint/jest".
  • Added: eslint to peer dependencies.

Migration note: if you want to continue Jest rules, you need to:

  • run npm install eslint-plugin-jest --save-dev
  • add "stylelint/jest" to extends in your ESlint config like this:
{
-  "extends": ["stylelint"]
+  "extends": ["stylelint", "stylelint/jest"]
}
ybiquitous
published 17.1.0 •

Changelog

Source

17.1.0

  • Changed: parserOptions.ecmaVersion from 2019 to 2020.
ybiquitous
published 17.0.0 •

Changelog

Source

17.0.0

  • Added: func-names rule.
ybiquitous
published 16.0.0 •

Changelog

Source

16.0.0

  • Removed: support for Node.js v12 (due to breaking change in eslint-plugin-jest).
  • Changed: bump eslint-plugin-jest from v26 to v27.
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