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 a660880 commit d73e9bbCopy full SHA for d73e9bb
README.md
@@ -51,7 +51,7 @@ By default, prettier-eslint will try to find the relevant eslint (and prettier)
51
Your `webpack.dev.js` file:
52
53
```javascript
54
-import PrettierEslintPlugin from 'prettier-eslint-webpack-plugin'
+import { PrettierEslintPlugin } from 'prettier-eslint-webpack-plugin'
55
import fs from 'fs'
56
57
...
0 commit comments