1.3.1 • Published 10 months ago
eslint-config-flitto-typescript v1.3.1
eslint-config-flitto-typescript
Flitto Typescript Style Guide
Get Started
1. Installing packages
npm@>=7
npm install --save-dev eslint-config-flitto-typescript@latest(npm@<7 is not supported)
2. Create Eslint configuration file
Create .eslintrc.json file at the top of the project directory like below.
{
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": "flitto-typescript",
"rules": {
}
}Configuration On WebStorm
- Open
Preferences( ⌘ + ,) Language & Frameworks▸javascript Code▸Quality tools▸Eslint- Select
Manual ESLint Configuration- ESLint package:
/{project_path}/node_modules/eslint - Configuration file:
/{project_path}/.eslintrc.json
- ESLint package:
- (Optional) check
Run eslint --fix on save - Click
OK
Rules
Flags
- Configuring Rules
- Disabling Rules
- Sample Files (You can apply eslint to these files)
1.3.1
10 months ago
1.3.0
1 year ago
1.2.1
1 year ago
1.2.0
2 years ago
1.1.0
2 years ago
1.0.0
2 years ago
0.2.0
2 years ago
0.1.2
2 years ago
0.1.0
3 years ago
0.1.0-test
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.9
3 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago