Saad Quadri
Saad Quadri
I think the current logo looks fine (font-wise), but the colors/gradient looks off to me (prob cause I suck at gfx). Could be improved. The README badge would need to...
[v0.4](https://github.com/saadq/lynt/releases/tag/v0.4.0) allows for rule overrides, however the only rules you can add on are the standard ESLint/TSLint rules as well as rules for the plugins that are shipped with `lynt`...
@g-plane (the creator of [methane](https://github.com/g-plane/methane)) made some cool formatters for ESLint/TSLint: * https://github.com/g-plane/methane/tree/master/packages/eslint-formatter-beauty * https://github.com/g-plane/methane/tree/master/packages/tslint-formatter-beauty Something like this may be cool to add as an optional formatter via a `--verbose`...
No real reason this isn't currently included, would be nice to have some of the rules from this package.
The current API docs: https://github.com/saadq/lynt#api There should be an example that shows how `project` works with the TypeScript flag. By default, if no `project` flag is passed and the `files`...
Just to make it easier for any newcomers to the project. Explain how to install/test the package, as well as giving a simple explanation of the current architecture.
The "`LyntResult` example" in the [API docs](https://github.com/saadq/lynt#api) currently just shows this: ```ts { filePath: string errors: Array errorCount: number fixCount: number } ``` Instead of just having the type, it...
### Description I have the `linter` package disabled, and have the `atom-ide-ui` package installed along with `linter-js-standard`. From what I understand, the `linter-*` packages are compatible with `atom-ide-ui`, however the...
Currently, it seems that the debugger is already open when you open Atom. It's a bit annoying to have the debugger open by default as I have to close it...
I'm getting different results when running `npm test` on my regular terminal:  vs running it in Termination: ![screen shot 2017-06-16 at 6...