-
-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Description
I have the following set of rules:
import importPlugin from "eslint-plugin-import"
import prettierPlugin from "eslint-plugin-prettier"
export default [
{
plugins: {
"import": importPlugin,
"prettier": prettierPlugin,
},
rules: {
"prettier/prettier": "error",
"import/newline-after-import": ["error", { count: 2 }],
}
]
Which results in an error:
Expected 2 empty lines after import statement not followed by another import import/newline-after-import
Metadata
Metadata
Assignees
Labels
No labels