Skip to content

Commit 7ee3939

Browse files
committed
test: move prettier plugin to the buttom
1 parent 4e31882 commit 7ee3939

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
@@ -11,10 +11,10 @@ export default [
1111
// Recommended config applied to all files
1212
js.configs.recommended,
1313
...tseslint.configs.recommended,
14-
eslintPluginPrettierRecommended,
1514
wcPlugin.configs['flat/recommended'],
1615
litPlugin.configs['flat/recommended'],
1716
localRules.configs.all,
17+
eslintPluginPrettierRecommended,
1818

1919
// Global ignores
2020
{

0 commit comments

Comments
 (0)