zenstack icon indicating copy to clipboard operation
zenstack copied to clipboard

`__model_meta.ts` esline disable rule

Open sakgoyal opened this issue 1 year ago • 0 comments

Description and expected behavior I have some rules in my code to disallow /* eslint-disable */ without a matching /* eslint-enable */ in the file. this makes compilation fail. can you please add a /* eslint-enable */ to the bottom of these hooks file?

Unexpected unlimited 'eslint-disable' comment. Specify some rule names to disable eslint [eslint-comments/no-unlimited-disable]
Requires 'eslint-enable' directive.eslint [eslint-comments/disable-enable-pair]

sakgoyal avatar Mar 31 '24 02:03 sakgoyal