Open golopot opened 1 year ago
It should be /* eslint-disable unicorn/filename-case */
, using just //
won't work it needs to be a comment block for eslint to pick it up for the entire file as far as I know.
The issue still holds if / eslint-disable unicorn/filename-case / is used. Furthermore In newer versions of ESLint //
disable directives should work.
Adding
// eslint-disable unicorn/filename-case
on top of the file should remove the reports forunicorn/filename-case
.unicorn/filename-case