Skip to content

Commit 3017cd6

Browse files
committed
format
1 parent 4f7e160 commit 3017cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import testingLibrary from 'eslint-plugin-testing-library';
1212
import markdown from '@eslint/markdown';
1313

1414
export default defineConfig([
15-
globalIgnores(['.cache', '.nitro', '.output', '.tanstack', 'coverage', 'dist', 'lib']),
15+
globalIgnores(['.cache', '.nitro', '.output', '.tanstack', 'coverage', 'dist', 'lib']),
1616

1717
{
1818
linterOptions: {

0 commit comments

Comments
 (0)