* add new custom eslint rule, replace remaining t.identifier("undefined") with buildUndefinedNode(), update tests
* change no-undefined-identifier reporting descriptor
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
{
|
|
"rules": {
|
|
"prettier/prettier": ["error", { "trailingComma": "all" }],
|
|
"no-undefined-identifier": 2
|
|
}
|
|
}
|