Skip to content

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
nzakas and mdjermanovic authored Jul 1, 2024
1 parent 8d99948 commit 148c42b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ export default [
),
},
},

// Tools and CLI
{
files: [
"scripts/**",
"packages/migrate-config/src/migrate-config-cli.js",
],
rules: {
"no-console": "off",
"n/no-process-exit": "off",
},
},

{
files: ["**/tests/**"],
languageOptions: {
Expand Down

0 comments on commit 148c42b

Please sign in to comment.