Skip to content

Commit

Permalink
Switch to default import name per docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed May 25, 2024
1 parent 0db0008 commit 98d7d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import prettierConfig from 'eslint-config-prettier';
import eslintConfigPrettier from 'eslint-config-prettier';
import playwrightPlugin from 'eslint-plugin-playwright';
import jestPlugin from 'eslint-plugin-jest';
import globals from 'globals';
Expand All @@ -24,7 +24,7 @@ export default [
// ESLint Recommended
js.configs.recommended,
// Configuration: Prettier
prettierConfig,
eslintConfigPrettier,
// All Files
{
languageOptions: {
Expand Down

0 comments on commit 98d7d9d

Please sign in to comment.