Skip to content

Commit

Permalink
remove .eslintignore infavor of eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Parker-Stafford committed Apr 29, 2024
1 parent 7c04380 commit 0517917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ module.exports = [
version: 'detect', // React version. "detect" automatically picks the version you have installed.
},
},
ignores: ['dist/*'],
},
];

0 comments on commit 0517917

Please sign in to comment.