Skip to content

Commit

Permalink
fix: the recommended config is from the plugin
Browse files Browse the repository at this point in the history
Fixes #23
  • Loading branch information
haoqunjiang committed Sep 26, 2024
1 parent 847691e commit fd79ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const recommendedConfig = require("eslint-config-prettier/recommended");
const recommendedConfig = require("eslint-plugin-prettier/recommended");

module.exports = {
...recommendedConfig,
Expand Down

0 comments on commit fd79ece

Please sign in to comment.