Skip to content

Commit fd79ece

Browse files
committed
fix: the recommended config is from the plugin
Fixes #23
1 parent 847691e commit fd79ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const recommendedConfig = require("eslint-config-prettier/recommended");
1+
const recommendedConfig = require("eslint-plugin-prettier/recommended");
22

33
module.exports = {
44
...recommendedConfig,

0 commit comments

Comments
 (0)