Skip to content

Commit

Permalink
change eslint stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmelo1 committed Jul 22, 2024
1 parent cc610d4 commit a7a4813
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import path from 'path';
import { fileURLToPath } from 'url';

import importPlugin from 'eslint-plugin-import-x';
import nodePlugin from 'eslint-plugin-n'
import tseslint from 'typescript-eslint'
Expand All @@ -10,8 +7,6 @@ import { javascript } from './resources/eslint/javascript.js';
import { typescript } from './resources/eslint/typescript.js';
import { imports } from './resources/eslint/imports.js';

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);

const TO_EXCLUDE = [
'**/node_modules/**',
Expand Down

0 comments on commit a7a4813

Please sign in to comment.