linter-eslint icon indicating copy to clipboard operation
linter-eslint copied to clipboard

ESLint plugin for Atom Linter

Results 29 linter-eslint issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`7.32.0` -> `8.46.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.46.0) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [wagoid/commitlint-github-action](https://togithub.com/wagoid/commitlint-github-action) | action | major | `v4` -> `v5` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/create-pull-request](https://togithub.com/peter-evans/create-pull-request) | action | major | `v3` -> `v4` | ---...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | minor | `v2.2.1` -> `v2.4.0` | ---...

dependencies

Currently the current working directory is determined by the location of .eslintignore by default. I think rational behind this makes sense, but it would be a nice feature to have...

## Issue Type Bug ## Issue Description The remaining part of this issue: https://github.com/AtomLinter/linter-eslint/issues/1249 To fix this, we can throw a notification in the following code to ask the user...

bug

## Issue Type Bug/Feature Request ## Issue Description It seems that facebook [disabled](https://github.com/facebook/react/issues/18235#issuecomment-598256997) autofix for the `react-hooks/exhaustive-deps` rule. When I see this linter error, I see the error message, but...

enhancement

## Issue Type ## Issue Description I have some ESLint in my HOME, with its own `.eslintignore`, `node_modules` (including `eslint` copy), etc. In one project, I did not have an...

bug

## Issue Type Bug ## Issue Description I installed ESLint globally and enabled the 'Global ESLint/Use global ESLint installation' checkbox. There is no local ESLint installed. Configuration looks like this:...

bug

Eslint version: 6.8.0 Atom: 1.45.0 linter: 2.3.1 linter-eslint 8.5.5 I have a symlinked directory, eslint doesn't report errors in its files at all. As in VSCode eslint does report errors...

bug