-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deps, move draft routes, repair xml for xls style, add xml route
- Loading branch information
1 parent
b02c857
commit 2bfd144
Showing
20 changed files
with
629 additions
and
856 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// eslint.config.js | ||
import antfu from '@antfu/eslint-config' | ||
|
||
export default antfu({ | ||
markdown: false, | ||
ignores: [ | ||
'./.github/**/*', | ||
'./.github/**/*.md', | ||
'./.vscode/**/*', | ||
], | ||
rules: { | ||
'no-console': 'warn', | ||
'node/prefer-global/process': 'off', | ||
}, | ||
}) |
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.