-
Updated
Sep 23, 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 328 public repositories matching this topic...
-
Updated
Sep 12, 2020 - JavaScript
Please describe what the rule should do:
Using the tag property for RouterLink or NuxtLink is usually a bad idea because it removes out-of-the-box accessibility (further: vuejs/vue-router-next#148 (comment)). This rule should throw an error if people try to change the tag.
PS: The tag prop will be removed in future majors of vue-router.
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 19, 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
Sep 27, 2020 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Aug 23, 2020 - TypeScript
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Sep 27, 2020 - JavaScript
Created by Nicholas C. Zakas
Released June 2013
Latest release 4 days ago
- Repository
- eslint/eslint
- Website
- eslint.org
The regex we use for detecting TypeScript directives was originally adapted from tslint. Since then (I think??) TypeScript has added multiline comment support for directives.
You can see