prettier-plugin-classnames
prettier-plugin-classnames copied to clipboard
Error resolve node module 'prettier-plugin-classnames'
I get such an error when I try to edit the document with Prettir.
Hey, could you please provide more details on how to reproduce it?
To investigate the problem, I also need information such as what prettier-related dependencies are being used and how the prettier configuration is set up.
Config File:
{
"printWidth": 50,
"endingPosition": "absolute-with-indent",
"plugins": [
"prettier-plugin-tailwindcss",
"prettier-plugin-classnames",
"prettier-plugin-merge"
]
}
I installed the plugin via vscode. The version is 11.0.0 in the plugins section.
this issue still exists. the endingPosition property is the culprit
@binaryartifex Hi, can you give me more details on how to reproduce the issue?