Skip to content

Commit b257567

Browse files
Merge pull request #155 from Nothing-Works/patch-2
Update prettier import path in eslint config
2 parents 992f5df + 75bb8b1 commit b257567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import js from '@eslint/js';
2-
import prettier from 'eslint-config-prettier';
2+
import prettier from 'eslint-config-prettier/flat';
33
import react from 'eslint-plugin-react';
44
import reactHooks from 'eslint-plugin-react-hooks';
55
import globals from 'globals';

0 commit comments

Comments
 (0)