1.17.2 • Published 2 months ago

@tutods/eslint-config v1.17.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

ESLint Config (@tutods/eslint-config)

NPM Version NPM Downloads License Changelog


▶️ Installation

Using NPM: npm i -D @tutods/eslint-config

Using Yarn: yarn add -D @tutods/eslint-config

Using PNPM: pnpm add -D @tutods/eslint-config

📄 Usage

With this package, multiple configurations are exported. You need to pick the ones you will use.

Note: probably some configurations use others, like /react extends /javascript and /typescript configuration.

Configurations available

  • /javascript;
  • /typescript;
  • /react;
  • /next;
  • /tailwind;
  • /node;
  • /imports;
  • /prettier;
  • /sort-imports;
  • /sort-keys

Use ESLint configuration

For use any of these ESLint configurations, you need to create the file .eslintrc on the root directory of you project and use the "extends": [] to load the configurations you want. See the example below.

Example:

file: .eslintrc

{
  "extends": [
    "@tutods/eslint-config/next",
    "@tutods/eslint-config/tailwind",
    "@tutods/eslint-config/sort-keys"
  ]
}

Note: This ESLint configuration uses Next.js (with TS) + TailwindCSS + sort keys and destructure keys configurations.

Peers Dependencies

Depending on the configuration you choose, you need to install some dependencies, examples:

/react configuration

For use my React configuration, you need to install the following packages:

  • javascript (for .js and .jsx files);
  • typescript (for .ts and .tsx files);
    • @typescript-eslint/eslint-plugin;
    • @typescript-eslint/parser;
  • eslint-plugin-jsx-a11y;
  • eslint-plugin-react;
  • eslint-plugin-react-hooks.

If you (for example) use the /next config, all the dependencies listed above will be needed, because that's config extends the /react config.

Note: if you are extending next/core-web-vitals, you don't need to install the eslint-plugin-react-hooks pacakge.

/prettier configuration

For use my Prettier configuration, you need to install the following packages:

  • prettier;
  • eslint-config-prettier;
  • eslint-plugin-prettier.

Prettier

About Me

GitHub linkedin twitter instragram

1.17.2

2 months ago

1.17.1

3 months ago

1.16.7

4 months ago

1.16.4

5 months ago

1.12.0-beta.5

9 months ago

1.2.0

10 months ago

1.14.0

8 months ago

1.12.0-beta.1

9 months ago

0.4.9

10 months ago

1.12.0-beta.2

9 months ago

0.4.8

10 months ago

1.12.0-beta.3

9 months ago

1.12.0-beta.4

9 months ago

1.6.0

9 months ago

1.8.0-beta.6

9 months ago

1.8.0-beta.1

9 months ago

1.8.0-beta.0

9 months ago

1.8.0-beta.3

9 months ago

1.8.0-beta.2

9 months ago

1.8.0-beta.5

9 months ago

1.8.0-beta.4

9 months ago

1.4.1-beta.0

9 months ago

1.12.0-beta.0

9 months ago

1.15.0

8 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.11.1

9 months ago

0.5.8

10 months ago

0.5.7

10 months ago

0.5.9

10 months ago

1.9.0

9 months ago

1.5.2

9 months ago

1.5.1

9 months ago

1.5.0

9 months ago

0.0.3

10 months ago

0.4.5

10 months ago

0.0.8

10 months ago

0.4.4

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.0.5

10 months ago

0.4.1

10 months ago

1.10.0

9 months ago

0.0.4

10 months ago

0.4.0

10 months ago

0.0.7

10 months ago

0.4.3

10 months ago

0.0.6

10 months ago

0.4.2

10 months ago

1.0.2

10 months ago

1.12.2

9 months ago

1.0.1

10 months ago

1.12.1

9 months ago

1.12.0

9 months ago

1.16.2

7 months ago

1.16.0

7 months ago

1.4.1

9 months ago

1.4.0

9 months ago

1.5.1-beta.0

9 months ago

1.5.1-beta.1

9 months ago

1.5.1-beta.2

9 months ago

1.5.1-beta.3

9 months ago

1.5.1-beta.8

9 months ago

1.5.1-beta.4

9 months ago

1.5.1-beta.5

9 months ago

1.5.1-beta.6

9 months ago

1.5.1-beta.7

9 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.6

10 months ago

0.5.5

10 months ago

1.11.0

9 months ago

0.5.0

10 months ago

1.1.2-beta.0

10 months ago

0.5.2

10 months ago

1.12.2-beta.0

9 months ago

0.5.1

10 months ago

1.13.1

9 months ago

1.13.0

9 months ago

1.3.1

9 months ago

1.3.0

10 months ago

1.5.0-beta.0

9 months ago

1.10.0-beta.0

9 months ago

1.11.0-beta.0

9 months ago

1.11.0-beta.1

9 months ago

0.0.8-alpha.0

10 months ago

0.6.3

10 months ago

0.6.2

10 months ago

0.6.5

10 months ago

0.6.4

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.3.9

11 months ago

0.3.6

11 months ago

0.3.5

11 months ago

0.3.8

11 months ago

0.3.7

11 months ago

0.3.4

11 months ago

0.3.3

11 months ago

0.3.2

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.9

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.1

11 months ago