Skip to content

Commit

Permalink
WIP eslint ignore all
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed May 31, 2024
1 parent 86fef5e commit f68922b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ const compat = new FlatCompat({
module.exports = tseslint.config(
{
// must be on its own for glob pattern to work
ignores: ['!**/*', 'node_modules', 'dist', 'tmp', '.angular'],
ignores: [
'**/*',
// '!**/*',
// 'node_modules',
// 'dist',
// 'tmp',
// '.angular'
],
},

{
Expand Down

0 comments on commit f68922b

Please sign in to comment.