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,089 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

Created by Brendan Eich, Ecma International

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