Skip to content

Commit

Permalink
remove unneeded disable
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 30, 2024
1 parent 9ef04e1 commit 5574b09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions test/runEslint.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// eslint-disable-next-line @eslint-community/eslint-comments/disable-enable-pair
/* eslint-disable @typescript-eslint/no-magic-numbers */
import { exec } from 'node:child_process';
const eslintCommand = 'eslint --config ./test/eslint.testWebappConfig.js --exit-on-fatal-error ./samples/*.sample.ts';
console.log(`Running ${eslintCommand} ...`);
Expand Down
3 changes: 0 additions & 3 deletions test/runEslint.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// eslint-disable-next-line @eslint-community/eslint-comments/disable-enable-pair
/* eslint-disable @typescript-eslint/no-magic-numbers */

import { exec } from 'node:child_process'

const eslintCommand =
Expand Down

0 comments on commit 5574b09

Please sign in to comment.