-
Updated
Nov 21, 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 6,027 public repositories matching this topic...
-
Updated
Nov 23, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 22, 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 24, 2020 - JavaScript
-
Updated
Nov 26, 2020 - Emacs Lisp
-
Updated
Oct 10, 2020 - JavaScript
-
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
Nov 12, 2020 - JavaScript
-
Updated
Nov 9, 2020
-
Updated
Nov 25, 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
Nov 18, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Nov 26, 2020 - JavaScript
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Nov 24, 2020 - JavaScript
Created by Nicholas C. Zakas
Released June 2013
Latest release 5 days ago
- Repository
- eslint/eslint
- Website
- eslint.org