a8d01e1834
Note the update required disabling the "no-control-regex" rule, which started reporting following errors: /Users/dmajda/Programming/PEG.js/pegjs/lib/compiler/js.js 22:16 error Unexpected control character in regular expression no-control-regex 27:16 error Unexpected control character in regular expression no-control-regex 28:16 error Unexpected control character in regular expression no-control-regex 51:16 error Unexpected control character in regular expression no-control-regex 52:16 error Unexpected control character in regular expression no-control-regex /Users/dmajda/Programming/PEG.js/pegjs/lib/parser.js 76:16 error Unexpected control character in regular expression no-control-regex 77:16 error Unexpected control character in regular expression no-control-regex 90:16 error Unexpected control character in regular expression no-control-regex 91:16 error Unexpected control character in regular expression no-control-regex
7 lines
86 B
JSON
7 lines
86 B
JSON
{
|
|
"extends": "eslint:recommended",
|
|
"rules": {
|
|
"no-control-regex": "off"
|
|
}
|
|
}
|