I'm using the Dart language to generate JavaScript code, which I then import into my project. However, when I import the generated JavaScript file, my ESLint setup throws Prettier-related errors, even though the code formatting doesn't affect its execution. I want to disable Prettier for this specific import to avoid these errors.
i have been try disable but nothing work.