Skip to content

Releases: FuelLabs/fuels-npm-packs

v0.0.5

24 Aug 20:35
0e1113c
Compare
Choose a tag to compare

@fuels/eslint-plugin@0.0.5

@fuels/jest@0.0.5

Patch Changes

  • 🐞 Fix: make options parameter in render() function inside jest package optional, by @pedronauck (See #10)

@fuels/prettier-config@0.0.5

@fuels/react-xstore@0.0.5

@fuels/ts-config@0.0.5

@fuels/tsup-config@0.0.5

v0.0.3

14 Jul 19:00
bdcb041
Compare
Choose a tag to compare

@fuels/eslint-plugin@0.0.3

Patch Changes

  • 🐞 Fix: Change eslint plugin project to @fuels/eslint-plugin to be able to load as plugin:@fuels/base
  • 🚀 Feat: Add custom configurations on eslint plugin to be able to handle different types of projects with the same plugin

To use the base configuration you can extends like this:

{
  "extends": ["plugin:@fuels/base"]
}

You also provide a configuration for NextJS projects:

{
  "extends": ["plugin:@fuels/next"]
}

Or you can pick some specific configuration:

{
  "extends": [
    "plugin:@fuels/typescript",
    "plugin:@fuels/react",
    "plugin:@fuels/jest"
  ]
}

by @pedronauck (See #5)

@fuels/jest@0.0.3

Nothing changed

@fuels/prettier-config@0.0.3

Patch changes

  • 🐞 Fix: prettier configuration to be our default

by @pedronauck (See #5)

@fuels/ts-config@0.0.3

Nothing changed

@fuels/tsup-config@0.0.3

Nothing changed

@fuels/changeset@0.0.3

Nothing changed

@fuels/react-xstore@0.0.3

Nothing changed

@fuels/local-storage@0.0.3

Nothing changed

v0.0.1

12 Jul 20:27
16aea38
Compare
Choose a tag to compare

@fuels/eslint-config@0.0.1

Patch Changes

@fuels/jest@0.0.1

Patch Changes

@fuels/prettier-config@0.0.1

Patch Changes

@fuels/ts-config@0.0.1

Patch Changes

@fuels/tsup-config@0.0.1

Patch Changes