-
Updated
Oct 31, 2021 - JavaScript
eslint-plugin
ESLint is an extensible static-analysis tool for JavaScript and related languages that helps catch errors before they break something in production.
Here are 444 public repositories matching this topic...
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Nov 5, 2021 - JavaScript
Please describe what the rule should do:
In Vue you can use test($event.detail) as well as event => test(event.detail) to achieve the same thing. 1. should be preferred.
test($event.detail)
<Component
@click="test($event.detail)"
/>event => test(event.detail)
<Component
@click="event => test(event.detail)"
/>**What category should
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Nov 8, 2021 - JavaScript
I have found using jest.doMock over jest.mock works better because it is predictable and works well with resetMocks, resetModules and restoreMocks.
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Nov 4, 2021 - TypeScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Oct 22, 2021 - JavaScript
Plugin version
v5
What problem do you want to solve?
Our current tests don't have any specific name or title to identify them. This makes it complicated to debug them, or differentiate the same test cases with different options, etc. Each test is represented by its code itself, which can be something really long, or duplicated between tests with the same code but different options
-
Updated
Nov 1, 2021 - TypeScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Nov 1, 2021 - JavaScript
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Nov 8, 2021 - JavaScript
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Nov 5, 2021 - JavaScript
Dependencies badge is always broken, so it's better to remove it from README.md files.
Created by Nicholas C. Zakas
Released June 2013
Latest release 3 days ago
- Repository
- eslint/eslint
- Website
- eslint.org

