mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 11:21:41 +00:00

Greatly simplify how ESLint and its plugins are installed. PR-URL: https://github.com/nodejs/node/pull/53413 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{# def.numberKeyword }}
|
|
|
|
{{ var $op = $keyword == 'maxProperties' ? '>' : '<'; }}
|
|
if ({{# def.$dataNotType:'number' }} Object.keys({{=$data}}).length {{=$op}} {{=$schemaValue}}) {
|
|
{{ var $errorKeyword = $keyword; }}
|
|
{{# def.error:'_limitProperties' }}
|
|
} {{? $breakOnError }} else { {{?}}
|