paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
31 stars 3 forks source link

eslint-config-dave: support extensionless files #48

Open paperdave opened 1 year ago

paperdave commented 1 year ago

when you open a file in the ide without an extension and set it to js/ts, eslint in vscode will complain. idk if the solution is in my config or upstream