-
Updated
Oct 13, 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 434 public repositories matching this topic...
-
Updated
Oct 8, 2021 - JavaScript
-
Updated
Oct 13, 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
Oct 12, 2021 - JavaScript
-
Updated
Oct 12, 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
Sep 2, 2021 - JavaScript
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Oct 11, 2021 - JavaScript
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Oct 3, 2021 - TypeScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Sep 20, 2021 - JavaScript
-
Updated
Oct 1, 2021 - JavaScript
-
Updated
Oct 11, 2021 - TypeScript
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Aug 23, 2021 - JavaScript
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Apr 26, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Sep 18, 2021 - JavaScript
Change format of examples in packages/*/README.md files to a new format:
Old: @putout/plugin-remove-debugger.
New: @putout/plugin-extract-object-properties.
Here is example:
conCreated by Nicholas C. Zakas
Released June 2013
Latest release 4 days ago
- Repository
- eslint/eslint
- Website
- eslint.org

