Skip to content

Commit 8e15405

Browse files
committed
chore: fix prettier integration in to eslint
1 parent 27f992f commit 8e15405

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eslint.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import js from '@eslint/js';
66
import { FlatCompat } from '@eslint/eslintrc';
77
import eslintPluginTSDoc from 'eslint-plugin-tsdoc';
88
import openWcConfig from '@open-wc/eslint-config';
9+
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
910

1011
const __filename = fileURLToPath(import.meta.url);
1112
const __dirname = path.dirname(__filename);
@@ -86,4 +87,5 @@ export default [
8687
],
8788
},
8889
},
90+
eslintPluginPrettierRecommended,
8991
];

0 commit comments

Comments
 (0)