Socket
Socket
Sign inDemoInstall

@stylistic/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylistic/eslint-plugin - npm Package Versions

13
6

2.6.0

Diff

Changelog

Source

2.6.0 (2024-07-31)

⚠ BREAKING CHANGES

  • requires Node ^18.18.0 || ^20.9.0 || >=21.1.0, bump deps (#337)
  • remove unused @stylistic/eslint-config package
  • update migration rules list
  • rework migrate package to support custom from from and to

Features

  • add quotes, semi and comma-dangle rules (55ebf44)
  • add auto fix indicator on rule list (#180) (b37a8a6)
  • add doc comment for rule options (#44) (ecfb109)
  • basic ts rules migration script (8cc6daf)
  • bump [@typescript-eslint](https://github.com/typescript-eslint) to v8 (#452) (27d6b00)
  • configs: add new options to customize config to assist with migrating from Prettier (#224) (d6b4167)
  • configs: enable extra rules in the configs factory (#205) (58f224f)
  • define-config-support files (#20) (f9d0829)
  • dts for jsx (a24f856)
  • eslint-plugin-jsx: add jsx-self-closing-comp (#22) (93c5b52)
  • eslint-plugin: bundle types (e4b2677)
  • expose rule options (6b4063b)
  • expose sub entries for each rule (74748cb)
  • further reduce deps size (c0f887b)
  • improve type completeness (43ff0bc)
  • indent-binary-ops: new rule (#202) (971662b)
  • indent: support for JSXText indentation (#413) (a5b62a0)
  • introduce @stylistic/eslint-plugin-plus (#203) (02b7384)
  • introduce @stylistic/eslint-plugin (#11) (d91f29f)
  • introduce all-flat and all-extend config option (#168) (ff2d865)
  • introduce builtin config (#149) (2c9e61a)
  • introduce migrate rule (a2dea27)
  • js/array-element-newline: options multiline and consistent combination (#445) (cfd3327)
  • js/no-multi-spaces: new includeTabs option (#195) (be417a9)
  • js: add option ignoreStringLiterals (#401) (1b6d563), closes #400
  • js: port multiline-comment-style and line-comment-position (#389) (e3212fe)
  • jsx-function-call-newline: add jsx-function-call-newline rule (#376) (110aa4c)
  • jsx-one-expression-per-line: allow non-jsx (#393) (431d564)
  • jsx-one-expression-per-line: allow single line (#377) (f8825f2)
  • jsx-wrap-multilines: supports adding parentheses and line breaks for object properties (#372) (c72d043)
  • jsx/pascal-case: new rule port from eslint-plugin-react (#271) (7a5b9ef)
  • migrate eslint rules (4673a27)
  • migrate jsx rules (#17) (ecca1b7)
  • migrate more rules (ca8429d)
  • migrate more rules, improve consistency (753ee3e)
  • migrate to @types/eslint v9.6.0 (#479) (ea72aae)
  • migrate ts rules (ca938b3)
  • migrate: add more targets (3eabad8)
  • multiline-ternary: add ignoreJSX option (#280) (c6b14ea)
  • new ts/quote-props rule (#275) (a56b798)
  • partial migrate to ts (#66) (a88038e)
  • provide disable-legacy config preset (#69) (d795225)
  • publish @eslint-stylistic/metadata (20b91be)
  • rename func-call-spacing to function-call-spacing, provide back alias (#63) (95b6001)
  • replace graphemer with Intl.Segmenter (#220) (e09f2aa)
  • requires Node ^18.18.0 || ^20.9.0 || >=21.1.0, bump deps (#337) (300ce2c)
  • rework migrate package to support custom from from and to (f3a9013)
  • spaced-comment: ignore typescript triple-slash directive (#294) (9d1b285)
  • support eslint-define-config rules (#14) (9d5ef1f)
  • ts/lines-around-comment: add missing afterHashbangComment in schema, fix #75 (#161) (391335b)
  • ts: add object-curly-newline and object-property-newline (#444) (036d3de)
  • ts: slim dependencies (af4098a)
  • type-generic-spacing: new rule (#200) (1a8719f)
  • type-named-tuple-spacing: new rule (#201) (8a66aaa)
  • update migration rules list (e3de97f)
  • update types generation script (0e368ba)

Bug Fixes

  • add @types/eslint as dependencies explicitly, fix #276 (94097c9)
  • comma-dangle: only add comma when it's in brackets, fix #158 (#160) (b346087)
  • configs: improve fixture testing, update all config to improve compatibility (#204) (5fb1826)
  • configs: member-delimiter-style should use semi delimiters when semi is true, fix #266 (#267) (7701a2a)
  • docs link (#21) (b06bf8f)
  • eslint-plugin: dts path typo, close #181 (67a716b)
  • eslint-plugin: rename config recommended-legacy to recommended-extends (#166) (303d65b)
  • eslint-plugin: type declaration path (3b17090)
  • exports meta (c1d4d7a)
  • Graphemer CJS interop, close #216 (9ca6cb0)
  • indent-binary-ops: do not increase indent on typeof and instanceof, fix #222 (#246) (8f34543)
  • indent-binary-ops: should not increase indent with this, close #268 (5d2c1d7)
  • indent: correct class property initialization (#431) (09ea5b0)
  • indent: correct indentation for PropertyDefinition with decorators (#416) (4b4d27c)
  • indent: correct indentation in chained methods calls with generics (#424) (4ba8b08)
  • indent: correctly identify opening brace on enum declaration (#261) (3c79437)
  • indent: handle mixed spaces and tabs (#465) (d5ae88d)
  • indent: handle undefined node.decorators when tsParser is not configured (#422) (3d63054)
  • js/function-paren-newline: prevent newline error in type parameter (#207) (c37f3fe)
  • js: rules import, close #9 (59110cf)
  • jsx-indent: conflict between indent and jsx-indent (#368) (7313184)
  • jsx-indent: deprecate jsx-indent rule in favor of indent (#447) (57dd2e8)
  • jsx-one-expression-per-line: only one line break has not been processed (#384) (a297f84)
  • jsx: remove deprecated jsx-space-before-closing, close #18 (c6961ed)
  • keep the plugin reference, close #281 (68b2c8b)
  • keyword-spacing: fix regression, close #156 (4523ce0)
  • make plugin assignable to ESLint.Plugin (#418) (9887ead)
  • padding-line-between-statements: recognize ExportAllDeclaration nodes (#257) (52f0506)
  • plus/indent-binary-ops: considring || and && (#430) (9627a10)
  • quotes: allow template literals to avoid escape sequences (#410) (1891c5f)
  • remove ts/comma-dangle rule (f14d8cc)
  • remove duplicate rule in all configs (#199) (01eee11)
  • remove unused @stylistic/eslint-config package (4590100)
  • revert espree version bump, fix #278 (470bcb2)
  • single schema dts generation (#29) (66bcc4a)
  • ts/comma-dangle: allow tailing comma in generic in TSX (#167) (6fb4a9a)
  • ts/indent: indentation of multiline type parameter instantiations (#256) (0ef56c7)
  • ts/no-extra-parens: cover more unnecessary parens case (#217) (1a7fdaa)
  • ts/padding-line-between-statements: add new function-overload statement type, close #190 (#213) (3229635)
  • ts/padding-line-between-statements: support cjs-import and cjs-export statement type (#162) (58aace6)
  • ts/quotes: allow backtick literals, but forbid backtick import assertions (#191) (59ff2a2)
  • ts: add migrate missing no-extra-parens and no-extra-semi, close #34 (62846d2)
  • ts: chunk bundling (a278468)
  • type error on UnprefixedRuleOptions (#284) (f7bc3a9)
  • type-generic-spacing: consider parentheses (#467) (fd08dd8)
  • types dist (1567174)
  • types strictness, enable typecheck in ci, close #64 (#65) (2e44cab)
  • update metadata (d5e9507)
  • update metadata, close #31 (a04b0f0)

Documentation

Build Related

  • introduce metadata (d468154)
  • try using a single package for release-please (b3bf006)

Chores

Performance

  • no longer rely on jsx-ast-utils, reduce install size (#49) (7c698b6)
eslint-stylistic-bot
published 2.6.0-beta.1 •

Changelog

Source

2.6.0-beta.1 (2024-07-27)

Features

  • migrate to @types/eslint v9.6.0 (#479) (ea72aae)
  • ts/padding-line-between-statements: support for enum (#453) (7126f21)

Bug Fixes

  • indent: handle mixed spaces and tabs (#465) (d5ae88d)
  • type-generic-spacing: consider parentheses (#467) (fd08dd8)

Documentation

Chores

eslint-stylistic-bot
published 2.4.0 •

eslint-stylistic-bot
published 2.6.0-beta.0 •

Changelog

Source

2.6.0-beta.1 (2024-07-27)

Features

  • migrate to @types/eslint v9.6.0 (#479) (ea72aae)
  • ts/padding-line-between-statements: support for enum (#453) (7126f21)

Bug Fixes

  • indent: handle mixed spaces and tabs (#465) (d5ae88d)
  • type-generic-spacing: consider parentheses (#467) (fd08dd8)

Documentation

Chores

eslint-stylistic-bot
published 2.3.0 •

eslint-stylistic-bot
published 2.2.2 •

eslint-stylistic-bot
published 2.2.1 •

eslint-stylistic-bot
published 2.2.0 •

eslint-stylistic-bot
published 2.1.0 •

eslint-stylistic-bot
published 2.0.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