-
Updated
Nov 7, 2020 - JavaScript
ESLint
ESLint is an extensible static-analysis tool for JavaScript and related languages that helps catch errors before they break something in production.
Here are 5,934 public repositories matching this topic...
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
Repro
type Q = ReadonlyArray<object>[]Expected Result
type Q = (readonly object[])[];Actual Result
type Q = readonly object[][];Additional Info
The lack of parenthesis change which level of array is considered readonly (it goes from the inner array to the outer one), causing a meaningful semantic difference in the resu
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Mar 7, 2019 - 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
Nov 5, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Nov 7, 2020 - Emacs Lisp
-
Updated
Jul 15, 2020 - JavaScript
Use caniuse-lite
We loved caniuse-db, but it uses 7 MB and contains many irrelevant data.
This is why @ben-eb created caniuse-lite. It is just a copy of latest caniuse-db (he wrote autorelease script) with less data and better compression. Only 1 MB.
Autoprefixer and Browserslist moved to caniuse-lite. So let’s use it here too. It is very easy, API is the sam
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Nov 6, 2020
-
Updated
Nov 6, 2020 - TypeScript
Some folks have noted it would be beneficial to have this repository translated to other languages. One contributor has already volunteered to translate the repository into Russian (woohoo!).
If anyone has the time and drive to help out with other languages, please reply below with the proposed language and I'll give you the "go-ahead"... just to make sure two people don't create translations i
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 5, 2020 - JavaScript
Created by Nicholas C. Zakas
Released June 2013
Latest release Today
- Repository
- eslint/eslint
- Website
- eslint.org