Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
iirc, every linter provides you with the capacity of disabling certain warnings. You can do that system-wide (on a file inside of linter's install folder), on your project (in a config file) or in-line.
It's just a matter of checking this linter's docs. :v -
@PublicByte oh I know where and why there used but I'm just trying to disable the damn thing.
-
@AppleLover yeah I get rules and stuff are needed I use a few of them. But when your working with SVGs and stuff just running into a warning for that sounds silly.
-
TimoHo445yever thought about unselecting the eslint option in the cli when it asks you which features you want instead of having it installed and disabled
I work with vue too and I have a very strict eslint config, even with a limit of 80 characters per line. I've never managed to have a line break that rule and be unfixable -
@hack I know, I do that when the svg is finalised for now though I'm only testing.
Related Rants
I'm sorry, but who thought eslint or any linters for that matter were a good idea.
Started a new vue project using the cli, installed tailwind... oh what's that you don't like the line length... get out of here. It's an SVG and using a class-based framework. The hell.
Any way of removing eslint? I just want to code and not get bs warnings because of an svg length or because I add one to many classes.
rant
what?
programming
eslint
vue