-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: eslint use formatters * chore: upgrade deps
- Loading branch information
1 parent
d18691e
commit a1b1ae4
Showing
3 changed files
with
487 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default antfu({ | ||
// Enable stylistic formatting rules | ||
// stylistic: true, | ||
|
||
// Or customize the stylistic rules | ||
stylistic: { | ||
indent: 2, // 4, or 'tab' | ||
quotes: 'single', // or 'double' | ||
}, | ||
yaml: true, | ||
typescript: true, | ||
formatters: true, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.