Skip to content

Commit

Permalink
chore(demo): update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed May 1, 2024
1 parent 4997c94 commit e0f3a68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/demo/.eslintignore

This file was deleted.

2 changes: 1 addition & 1 deletion packages/demo/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
root: true,
ignorePatterns: ['projects/**/*'],
ignorePatterns: ['dist', '.angular'],
overrides: [
{
files: ['*.ts'],
Expand Down

0 comments on commit e0f3a68

Please sign in to comment.