Saad Quadri

Results 41 issues of 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...

good first issue
design

[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`...

enhancement
good first issue

@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`...

enhancement
help wanted

No real reason this isn't currently included, would be nice to have some of the rules from this package.

enhancement
eslint

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`...

good first issue
docs

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.

enhancement
docs

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...

good first issue
docs

### 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...

enhancement
help wanted
diagnostics

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: ![screen shot 2017-06-16 at 6 18 34 am](https://user-images.githubusercontent.com/5678694/27222835-e812eae2-525b-11e7-98a1-9813292c9b19.png) vs running it in Termination: ![screen shot 2017-06-16 at 6...