Open tricinel opened 6 years ago
Hi @tricinel I'm on it
Go for it! Might I suggest a good starting point would be to have frontwerk use TypeScript and tslint internally before exposing that config through the API?
@tricinel Is the condition for using tslint for linting just the presence of TS and tslint as a dependency or based on the config file passed to frontwerk lint command.
While this is a JavaScript-oriented toolbox, I'd like to have TypeScript working in here as well. This means adding tslint in addition to eslint rules and picking the right one based on whether the user has TS or not in their dependencies.