Breaking Changes
- 49c060a updated
node/no-unsupported-features
rule to support ES2018 syntactic features. Now the rule recognizes the following syntax:- Rest/Spread Proeprties (since Node.js
8.3.0
) - Illegal Escape Sequences in Taggled Templates (since Node.js
9.0.0
) - RegExp 's' Flag (since Node.js
9.0.0
) - RegExp Lookbehind Assertions (since Node.js
9.0.0
) - RegExp Named Capture Groups (since Node.js
10.0.0
) - RegExp Unicode Property Escapes (since Node.js
10.0.0
) - Asynchronous Iteration (since Node.js
10.0.0
)
- Rest/Spread Proeprties (since Node.js
- 400e20a updated
node/no-deprecated-api
rule to support new deprecated APIs. Now the rule recognizes the following APIs:async_hooks.currentId
async_hooks.triggerId
module._debug
path._makeLong
tls.parseCertString
- e8d757b updated
plugin:node/recommended
preset.