You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
It really becomes tricky when the project mixes JS and TS code.
But we haven't found any viable solution yet, apart applying different configuration to the various file types.
It would be nice if the eslint core rules would be overridable by the Typescript parser usage somehow I guess.
BUT this is really only an issue for mixed JS/TS codebases, because:
let's keep in mind this is easily fixable if your code is Typescript only,
since you can boldly disable this core rule as the TS compiler should complain anyway about a
missing definition of something :)
It really only becomes an issue when you want to take care of JS code using the same lint config.
igudkova, gpoitch, evenfrost, bkimminich, d4l3k and 1 more