mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
fix some type errors
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
browser: true,
|
browser: true,
|
||||||
},
|
},
|
||||||
extends: ['airbnb-base', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
|
extends: ['airbnb-base', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
|
||||||
ignorePatterns: ['lib/*', '/*.js', '/*.ts'],
|
ignorePatterns: ['lib/*', '/*.js', '/*.ts', '/**/*.test.ts'],
|
||||||
parser: '@typescript-eslint/parser',
|
parser: '@typescript-eslint/parser',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
project: './tsconfig.json',
|
project: './tsconfig.json',
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
import { describe, expect, it } from 'vitest';
|
||||||
import { LOG } from '@/testing/oof';
|
import { LOG } from '@/testing/oof';
|
||||||
|
|
||||||
describe('oof.ts', () => {
|
describe('oof.ts', () => {
|
||||||
|
@@ -27,7 +27,4 @@ module.exports = defineConfig({
|
|||||||
fileName: 'providers',
|
fileName: 'providers',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
test: {
|
|
||||||
globals: true,
|
|
||||||
},
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user