11# @coderwyd/eslint-config
22
3+ ## Feature
4+
35- Single quotes, no semi
46- Auto fix for formatting (aimed to be used standalone ** without** Prettier)
57- Designed to work with TypeScript, Vue out-of-box
68- Lint also for json, yaml, markdown
79- Sorted imports, dangling commas
810- Reasonable defaults, best practices, only one-line of config
9- - ** Style principle** : Minimal for reading, stable for diff
1011
1112## Usage
1213
@@ -41,8 +42,6 @@ For example:
4142
4243### VS Code support (auto fix)
4344
44- Install [ VS Code ESLint extension] ( https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint )
45-
4645Add the following settings to your ` settings.json ` :
4746
4847``` jsonc
@@ -97,15 +96,11 @@ and then
9796npm i -D lint-staged simple-git-hooks
9897```
9998
100- ## Badge
101-
102- If you enjoy this code style, and would like to mention it in your project, here is the badge you can use:
103-
10499## FAQ
105100
106- ### I prefer XXX...
101+ ### Customization rules
107102
108- Sure, you can override the rules in your ` .eslintrc ` file.
103+ add you like rules to your .eslintrc file.
109104
110105<!-- eslint-skip -->
111106
@@ -118,7 +113,9 @@ Sure, you can override the rules in your `.eslintrc` file.
118113}
119114```
120115
121- Or you can always fork this repo and make your own.
116+ ## Thanks
117+
118+ This project is based on [ @antfu/eslint-config ] ( https://github.com/antfu/eslint-config )
122119
123120## License
124121
0 commit comments