mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
migrate eslint ignores in lib/ to eslint.config.js
This commit is contained in:
parent
8913aab816
commit
8e61451f12
@ -1,5 +0,0 @@
|
||||
node_modules/
|
||||
dist/
|
||||
examples/
|
||||
docs/
|
||||
coverage/
|
||||
@ -16,7 +16,7 @@ import tseslint from 'typescript-eslint'
|
||||
export default tseslint.config(
|
||||
// Ignore patterns
|
||||
{
|
||||
ignores: ['dist/**', 'node_modules/**', 'coverage/**', 'docs/**'],
|
||||
ignores: ['dist/**', 'node_modules/**', 'coverage/**', 'docs/**', 'examples/**'],
|
||||
},
|
||||
|
||||
// Report unused eslint-disable directives (catches stale comments after rule renames)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user