Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 20, 2023
1 parent 06384af commit cb4b50e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace/eslint-config/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = [
{
ignores: ['**/dist/*'],
ignores: ['**/*.js', '**/*.d.ts', '**/*.d.ts.map'],
},
require('@eslint/js').configs.recommended,
{
Expand Down

0 comments on commit cb4b50e

Please sign in to comment.