Skip to content
#

ECMAScript

ecmascript logo

ECMAScript is the standardization of the family of scripting languages that includes JavaScript. New versions of the standard are released every year.

Here are 1,075 public repositories matching this topic...

alvis
alvis commented Sep 24, 2021

What rule do you want to change?

max-lines-per-function

What change to do you want to make?

Generate fewer warnings

How do you think the change should be implemented?

A new default behavior

Example code

/* eslint max-lines-per-function: ["error", {"max": 3}] */
export function bulkyFunction() {
  // line 1
  // line 2
  // line 3
}

Wha

boa
Razican
Razican commented Oct 7, 2021

In the Test262 conformance results page, when you click on the icon, extended result information is loaded in the bottom of the page. Nevertheless, since this requires loading a big file, it takes some seconds to load, depending on your connection, and it might look as if the page has been frozen.

We would like to add a temporary "loading" spinner tha

Created by Brendan Eich, Ecma International

Organization
tc39
Website
www.ecma-international.org
Wikipedia
Wikipedia