Skip to content

Commit

Permalink
update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
veghdev committed Feb 6, 2025
1 parent d75d7d0 commit f89f147
Show file tree
Hide file tree
Showing 5 changed files with 1,902 additions and 1,319 deletions.
15 changes: 15 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { EslintJavaScriptConfig, EslintTypeScriptConfig } from '@vizzu/eslint-config'

export default [
...EslintTypeScriptConfig,
...EslintJavaScriptConfig,
{
ignores: [
'**/node_modules/**',
'**/build/**',
'**/dist/**',
'**/.vscode/**',
'**/*.d.ts'
]
}
]
Loading

0 comments on commit f89f147

Please sign in to comment.