Skip to content

Releases: techmmunity/eslint-config

[JEST] Fix Jest Breaking Changes

13 Oct 17:04
e75bf2a
Compare
Choose a tag to compare

Fix Jest Breaking Changes

  • Update rule name jest/lowercase-name -> jest/prefer-lowercase-title
  • Unify rules jest/prefer-to-be-null & jest/prefer-to-be-undefined -> jest/prefer-to-be

[NONE] Update Dependencies

13 Oct 10:11
ba7f822
Compare
Choose a tag to compare

Update Dependencies

[NONE] Update Dependencies

01 Oct 18:23
7b4a4ea
Compare
Choose a tag to compare

Update Dependencies

[ALL] Update Dependencies Resolution

11 Sep 13:59
874b83f
Compare
Choose a tag to compare

Update way that the package handles dependencies, so the final users doesn`t have to install infinite plugins to use this style guide.

  • Now the dependencies are installed automatically, so they must be removed from the final user package.json
  • Now the modules automatically import all their internal dependencies, so they must be removed from eslintrc.json
  • Now the typescript module automatic configure the parser options, so they must removed from eslintrc.json

Any question about this new version should be explained at the README.md, but if you still have any question about it, you can ask us at our Guilded Community.

[NONE] Improve Documentation

24 Aug 15:38
559eaf2
Compare
Choose a tag to compare

Improve Documentation

[NONE] Add Prettier Documentation

24 Aug 13:18
e4afd54
Compare
Choose a tag to compare

Add documentation to solve problems with Prettier.

[COMMON + TYPESCRIPT] Add No Magic Numbers Rule

11 Aug 21:20
93409c4
Compare
Choose a tag to compare
  • Add rule that prohibits the use of magic numbers

To disable this rule, add this to your .eslintrc.json:

// common
"no-magic-numbers": "off",

// typescript
"@typescript-eslint/no-magic-numbers": "off",

[NONE] Add More Tags

11 Aug 15:24
aeb91d0
Compare
Choose a tag to compare
3.3.2

Add More Tags (#78)

[NONE] Add Style Guide Badges

11 Aug 14:19
6f15473
Compare
Choose a tag to compare
3.3.1

Uptade Package Version (#77)

[TYPESCRIPT] Allow Leading Underscore

08 Aug 19:24
bace1f3
Compare
Choose a tag to compare
  • Change rule @typescript-eslint/naming-convention" to accept leading underscore by default