-
Updated
Oct 14, 2020 - 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 348 public repositories matching this topic...
-
Updated
Dec 1, 2020 - JavaScript
Please describe what the rule should do:
Since Vue v2.1.0, Vue.nextTick and vm.$nextTick return a Promise if no callback is provided. So both of the following are valid:
Vue.nextTick(callback)Vue.nextTick().then()/await Vue.nextTick()
Or inside components:
this.$nextTick(callback)
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Oct 27, 2020 - 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
Jul 16, 2020 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Nov 14, 2020 - TypeScript
-
Updated
Nov 11, 2020 - JavaScript
As seen in some PRs created by @Belco90 , there's a utility ASTUtils in '@typescript-eslint/experimental-utils' which can replace some, but not all, of the type guards we have in our node-utils.ts file
This ticket is to review which type guards (isIdentifier, isVariableDeclarator, etc) are
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
Created by Nicholas C. Zakas
Released June 2013
Latest release 2 days ago
- Repository
- eslint/eslint
- Website
- eslint.org