-
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.
feat!: add support for @antfu/eslint-config options
- Loading branch information
1 parent
845af2d
commit 5853a65
Showing
3 changed files
with
37 additions
and
11 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
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
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,7 +1,7 @@ | ||
const antfuOptions = { | ||
stylistic: true, | ||
// vue: true, | ||
// typescript: true, | ||
// vue: true, // autodetected by @antfu/eslint-config, no need to set a default | ||
// typescript: true, // autodetected by @antfu/eslint-config, no need to set a default | ||
} | ||
|
||
export default antfuOptions |