-
Updated
Oct 22, 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,876 public repositories matching this topic...
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Jul 29, 2020 - JavaScript
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
- I have tried restarting my IDE and the issue persists.
- I have updated to the latest version of the packages.
- I have read the FAQ and my problem is not listed.
Repro
-
Updated
Oct 20, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 18, 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
Oct 21, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 21, 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 21, 2020 - JavaScript
-
Updated
Oct 15, 2020
-
Updated
Oct 21, 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 22, 2020 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Oct 21, 2020 - JavaScript
Created by Nicholas C. Zakas
Released June 2013
Latest release 13 days ago
- Repository
- eslint/eslint
- Website
- eslint.org