0.2.4 • Published 12 days ago

@apitree.cz/eslint-config v0.2.4

Weekly downloads
-
License
-
Repository
github
Last release
12 days ago

ESLint Config

ESLint configuration for ApiTree projects

Installation

pnpm add --save-dev @apitree.cz/eslint-config eslint

Usage

Use one of the following configurations in your .eslintrc.cjs:

Base

module.exports = {
  extends: '@apitree.cz',
  parserOptions: {
    project: './tsconfig.json',
    tsconfigRootDir: __dirname,
  },
};

CommonJS

module.exports = {
  extends: '@apitree.cz/eslint-config/cjs',
  parserOptions: {
    project: './tsconfig.json',
    tsconfigRootDir: __dirname,
  },
};

React

module.exports = {
  extends: '@apitree.cz/eslint-config/react',
  parserOptions: {
    project: './tsconfig.json',
    tsconfigRootDir: __dirname,
  },
};

Next.js

module.exports = {
  extends: '@apitree.cz/eslint-config/nextjs',
  parserOptions: {
    project: './tsconfig.json',
    tsconfigRootDir: __dirname,
  },
};

Nest.js

module.exports = {
  extends: '@apitree.cz/eslint-config/nestjs',
  parserOptions: {
    project: './tsconfig.json',
    tsconfigRootDir: __dirname,
  },
};
0.2.4

12 days ago

0.2.3

13 days ago

0.2.2

14 days ago

0.2.1

1 month ago

0.2.0

1 month ago

0.1.10

2 months ago

0.1.9

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.6

3 months ago

0.1.5

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.1-next.7a585e4

5 months ago

0.1.1-next.ba0c85f

6 months ago

0.1.1-next.c8fd77a

6 months ago

0.1.1-next.3b6dd27

6 months ago

0.1.1-next.1e6923b

6 months ago

0.1.1-next.4ca0e1b

6 months ago

0.1.1-next.d8398f6

6 months ago

0.1.1-next.e523288

6 months ago

0.1.1-next.de70904

6 months ago

0.1.1-next.2fde165

6 months ago

0.1.1-next.a246d10

6 months ago

0.1.1-next.d62abc2

6 months ago

0.1.1-next.97c8608

6 months ago

0.1.1-next.a671370

6 months ago

0.1.1-next.adfbe62

6 months ago

0.1.1-next.0c823f9

6 months ago

0.1.1-next.dcad4a0

6 months ago

0.1.1-next.8b91062

6 months ago

0.1.1-next.1358251

6 months ago

0.1.1-next.7fb5c8c

6 months ago

0.1.1-next.70333f7

6 months ago

0.1.1-next.1ac5833

6 months ago

0.1.1-next.5c257f9

6 months ago

0.1.1-next.86a2c7b

6 months ago

0.1.1-next.455cfcd

6 months ago

0.1.0

6 months ago

0.1.0-next.41e8369

6 months ago

0.1.0-next.b32cc41

6 months ago

0.1.0-next.8925d8a

6 months ago

0.1.0-next.2bf4a89

6 months ago

0.1.0-next.ffe75af

6 months ago

0.1.0-next.05dd9cd

6 months ago

0.1.0-next.59c27a0

6 months ago

0.1.0-next.9a73b8e

6 months ago

0.1.0-next.313a279

6 months ago

0.1.0-next.662d527

6 months ago

0.1.0-next.c924c3c

6 months ago