Results 9 issues of fab1o

I've been using this plugin version `8.0.0` in my projects to run ESLint `6.8.0` for over a year and it was working fine until today. Because today, I ran a...

question

Due to rule: ```js { rules: { 'import/no-unused-modules': [ 'error', { ignoreExports: ['index.js', 'entry.js', 'main.js'], missingExports: true, unusedExports: true } ] } } ``` I get the error: ```sh >...

Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...

This is a question/issue/feature request. In the documentation, https://esdoc.org/manual/tags.html, there is no reference to `@returns`. I couldn't find it anywhere. I could only find `@return` as the correct tag. However,...

Make sure these boxes are checked before submitting your issue - thank you! (If your issue is neither a both bug nor a request, please write in a free style)...

The icon displaying the type of file for webpack config for example, is not consistent. ![files](https://user-images.githubusercontent.com/6663243/37799366-e5da3016-2df5-11e8-9ffd-e92a9b687843.jpg)

icon

I've been using version 6.5.8 and I was able to serve URLs with query string, example: http://localhost:5000/code.html?26482 The query string `"?26482"` is missing a parameter name, and that's intentional because...

help wanted
patch

This method shouldn't show up in the generated docs, even if I don't set `@access private`, it should be able to read that the method is private. code.ts: ```ts private...

@h13i32maru Hey, thanks for all the efforts to maintain this project. If you're no longer maintaining it, could you give it to someone else? There are several bugs and features...