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

@comparto/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comparto/eslint-config - npm Package Versions

2

6.1.0

Diff
epic_tacho
published 6.1.0 •
epic_tacho
published 6.0.0 •

Changelog

Source

6.0.0 (2021-01-31)

Features

  • errors: 🎸 enable no-loss-of-precision (b21b6bb)
  • typescript: 🎸 new typescript eslint rules (6db9978), closes #60

BREAKING CHANGES

  • typescript: 🧨 requires typescript@^4.0.0 and introduces a lot of typescript eslint rules that are not fixable
epic_tacho
published 5.1.0 •

Changelog

Source

5.1.0 (2020-12-06)

Features

  • jest: 🎸 new @testing-library/jest-dom rules (9af79af), closes #61
  • jest: 🎸 new @testing-library/react rules (9c75f24), closes #61
epic_tacho
published 5.0.2 •

Changelog

Source

5.0.2 (2020-11-23)

Bug Fixes

  • typescript: 🐛 resolved no-shadow false positives with enums (acb7176)
  • typescript: 🐛 support UPPER_CASE for enums & enumMembers (8fb4ac2)
epic_tacho
published 5.0.1 •

Changelog

Source

5.0.1 (2020-11-22)

Bug Fixes

  • imports: 🐛 resolved typescript settings not being applied every time (6938d1c), closes #55
  • jest: 🐛 disable max-lines-per-function to account for describe (70f5670)
  • react: 🐛 added React methods to class-methods-use-this exceptions (ccd75ce), closes #58
  • style: 🐛 disable prettier conflicting rules (304226c)
  • typescript: 🐛 allow PascalCase for React components declarations (309060b), closes #56
  • typescript: 🐛 resolved 'React' was used before it was defined error (1debcbb), closes #57
epic_tacho
published 5.0.0 •

Changelog

Source

5.0.0 (2020-11-22)

Features

  • deps: 🎸 @typescript-eslint/*@4.8.1 (abbb84b)
  • deps: 🎸 eslint-config-prettier@6.15.0 (60de0b4)
  • deps: 🎸 eslint-import-resolver-webpack@0.13.0 (fc5f4b3)
  • deps: 🎸 eslint-plugin-import@2.21.2 (d18dbcc)
  • deps: 🎸 eslint-plugin-jest@24.1.3 (14a4a2a)
  • deps: 🎸 eslint-plugin-jsx-a11y@6.3.1 (d913791)
  • deps: 🎸 eslint-plugin-prettier@3.14.0 (9ea923a)
  • deps: 🎸 eslint-plugin-react-hooks@4.2.0 (10d2c21)
  • deps: 🎸 eslint-plugin-react@7.21.5 (ff08347)
  • deps: 🎸 eslint@7.14.0 (4e00196)
  • jest: 🎸 enforce no-conditional-expect, no-interpolation-in-snapshots (e72f82a)
  • practices: 🎸 enabled multipe rules to improve practices (5304bbb)

BREAKING CHANGES

  • jest: 🧨 jest/no-conditional-expect and jest/no-interpolation-in-snapshots are not auto-fixable
  • practices: 🧨 class-methods-use-this, grouped-accessor-pairs, no-empty-function, no-nonoctal-decimal-escape, no-unused-expressions, and prefer-promise-reject-errors are not auto-fixable.
epic_tacho
published 4.0.1 •

Changelog

Source

4.0.1 (2020-08-18)

Bug Fixes

  • imports: 🐛 resolved no-unresolved and extensions conflicts (3bcf34f), closes #45
epic_tacho
published 4.0.0 •

Changelog

Source

4.0.0 (2020-07-22)

Bug Fixes

  • errors: 🐛 actually include rules (d0a023c), closes #40

Features

  • all: 🎸 expanded core rules, added better es6 support (ea6045c), closes #41
  • imports: 🎸 added more rules (2d96567), closes #38
  • jest: 🎸 added a lot more rules to enforce best practices (78dbe17), closes #37
  • style: 🎸 introduced more rules, eslint@7.5.0 support (b98fd43)

BREAKING CHANGES

  • all: 🧨 a lot of new rules introduced that are not auto-fixable(--fix)
  • style: 🧨 requires eslint@7.5.0, most new rules are not auto-fixable(--fix)
  • imports: 🧨 some of these new import rules are not auto-fixable(--fix)
  • jest: 🧨 most of these new jest rules are not auto-fixable(--fix)
epic_tacho
published 3.0.0 •

Changelog

Source

3.0.0 (2020-07-19)

Features

  • 🎸 enhanced style, best practices, react and error rules (b64eb77), closes #35

BREAKING CHANGES

  • 🧨 most new rules are not auto-fixable(--fix)
epic_tacho
published 2.0.0 •

Changelog

Source

2.0.0 (2020-07-17)

Features

  • 🎸 prettier rules are now decoupled from eslint (ac0d8a2), closes #31

BREAKING CHANGES

2