Skip to content

Commit a0d2301

Browse files
committed
fix: remove unused imports
1 parent 0fb6969 commit a0d2301

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

eslint.config.mjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@ import js from '@eslint/js';
22
import tsPlugin from '@typescript-eslint/eslint-plugin';
33
import tsParser from '@typescript-eslint/parser';
44
import simpleImportSort from 'eslint-plugin-simple-import-sort';
5-
import pluginJest from 'eslint-plugin-jest';
65

76
export default [
87
{
98
ignores: ['dist/**', 'node_modules/**', 'coverage/**', '**.config.**', 'tests/**'],
109
},
1110
{
1211
files: ['**/*.spec.js', '**/*.test.js', '**/*.spec.ts', '**/*.test.ts'],
13-
plugins: { jest: pluginJest },
14-
languageOptions: {
15-
globals: pluginJest.environments.globals.globals,
16-
},
1712
rules: {
1813
'jest/no-disabled-tests': 'warn',
1914
'jest/no-focused-tests': 'error',

0 commit comments

Comments
 (0)