Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Aug 12, 2024
1 parent 3095b83 commit ddf399f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ The starter template for running Github Pages with docusaurus for document

## references

* https://github.com/peaceiris/actions-gh-pages
- https://github.com/peaceiris/actions-gh-pages
17 changes: 10 additions & 7 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import { base, defineConfig } from '@hyperse/eslint-config-hyperse';

export default defineConfig([
...base,
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
export default defineConfig(
[
...base,
{
rules: {
'@typescript-eslint/no-explicit-any': 'off',
},
},
},
]);
],
['**/coverage']
);

0 comments on commit ddf399f

Please sign in to comment.