1.0.4 • Published 8 months ago
eslint-config-berkekaragoz v1.0.4
Install:
- NPM:
npm i -D eslint-config-berkekaragoz
- Yarn:
yarn add -D eslint-config-berkekaragoz
- PNPM:
pnpm i -D eslint-config-berkekaragoz
eslint-config-berkekaragoz
ESLint configuration aimed to have balanced aspects. Would love to hear your feedback.
Wait for version 1.
Usage
For all:
extends:
- berkekaragoz
For React and Typescript:
extends:
- berkekaragoz/react-typescript
For React and JavaScript:
extends:
- berkekaragoz/react
Prettier config, package.json
:
"prettier": "eslint-config-berkekaragoz-formatting/prettier"
VSCode Settings
If you are facing with conficts, you should add these to /.vscode/settings.json
.
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.format.enable": true,
"editor.formatOnSave": true,
"indentRainbow.ignoreErrorLanguages": ["*"],
"indentRainbow.colorOnWhiteSpaceOnly": true
}
Contents:
ESLint configs:
berkekaragoz
berkekaragoz/formatting
berkekaragoz/suggestions
berkekaragoz/typescript
berkekaragoz/react
berkekaragoz/react-typescript
All (berkekaragoz
):
{
extends: [
"eslint:recommended",
"berkekaragoz-react",
"berkekaragoz-typescript",
"berkekaragoz-suggestions",
"berkekaragoz-react/formatting",
"berkekaragoz-formatting",
],
rules: {
"no-constant-condition": "warn",
},
};
Related
1.0.2
8 months ago
1.0.1
8 months ago
1.0.0
8 months ago
1.0.4
8 months ago
1.0.3
8 months ago
0.1.10
3 years ago
0.3.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.9
3 years ago
0.4.1
3 years ago
0.1.4
3 years ago
0.4.0
3 years ago
0.3.1
3 years ago
0.4.3
3 years ago
0.1.6
3 years ago
0.4.2
3 years ago
0.1.5
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.0
3 years ago