We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db0008 commit 98d7d9dCopy full SHA for 98d7d9d
eslint.config.js
@@ -1,4 +1,4 @@
1
-import prettierConfig from 'eslint-config-prettier';
+import eslintConfigPrettier from 'eslint-config-prettier';
2
import playwrightPlugin from 'eslint-plugin-playwright';
3
import jestPlugin from 'eslint-plugin-jest';
4
import globals from 'globals';
@@ -24,7 +24,7 @@ export default [
24
// ESLint Recommended
25
js.configs.recommended,
26
// Configuration: Prettier
27
- prettierConfig,
+ eslintConfigPrettier,
28
// All Files
29
{
30
languageOptions: {
0 commit comments