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>
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
{{# def.definitions }}
|
|
{{# def.errors }}
|
|
{{# def.setupKeyword }}
|
|
{{# def.$data }}
|
|
|
|
{{
|
|
var $regexp = $isData
|
|
? '(new RegExp(' + $schemaValue + '))'
|
|
: it.usePattern($schema);
|
|
}}
|
|
|
|
if ({{# def.$dataNotType:'string' }} !{{=$regexp}}.test({{=$data}}) ) {
|
|
{{# def.error:'pattern' }}
|
|
} {{? $breakOnError }} else { {{?}}
|