0.3.5 • Published 12 months ago
@apitree.cz/eslint-config v0.3.5
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.3.0
1 year ago
0.3.5
12 months ago
0.3.2
1 year ago
0.3.5-next.82f60909de9e4dd5055fc88e605b0006e568ba9e
12 months ago
0.3.1
1 year ago
0.3.4
1 year ago
0.3.3
1 year ago
0.2.4
1 year ago
0.2.3
1 year ago
0.2.2
1 year ago
0.2.1
1 year ago
0.2.0
1 year ago
0.1.10
1 year ago
0.1.9
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.1-next.7a585e4
2 years ago
0.1.1-next.ba0c85f
2 years ago
0.1.1-next.c8fd77a
2 years ago
0.1.1-next.3b6dd27
2 years ago
0.1.1-next.1e6923b
2 years ago
0.1.1-next.4ca0e1b
2 years ago
0.1.1-next.d8398f6
2 years ago
0.1.1-next.e523288
2 years ago
0.1.1-next.de70904
2 years ago
0.1.1-next.2fde165
2 years ago
0.1.1-next.a246d10
2 years ago
0.1.1-next.d62abc2
2 years ago
0.1.1-next.97c8608
2 years ago
0.1.1-next.a671370
2 years ago
0.1.1-next.adfbe62
2 years ago
0.1.1-next.0c823f9
2 years ago
0.1.1-next.dcad4a0
2 years ago
0.1.1-next.8b91062
2 years ago
0.1.1-next.1358251
2 years ago
0.1.1-next.7fb5c8c
2 years ago
0.1.1-next.70333f7
2 years ago
0.1.1-next.1ac5833
2 years ago
0.1.1-next.5c257f9
2 years ago
0.1.1-next.86a2c7b
2 years ago
0.1.1-next.455cfcd
2 years ago
0.1.0
2 years ago
0.1.0-next.41e8369
2 years ago
0.1.0-next.b32cc41
2 years ago
0.1.0-next.8925d8a
2 years ago
0.1.0-next.2bf4a89
2 years ago
0.1.0-next.ffe75af
2 years ago
0.1.0-next.05dd9cd
2 years ago
0.1.0-next.59c27a0
2 years ago
0.1.0-next.9a73b8e
2 years ago
0.1.0-next.313a279
2 years ago
0.1.0-next.662d527
2 years ago
0.1.0-next.c924c3c
2 years ago