/** * DON'T EDIT THIS FILE. * This file was generated by "scripts/update-lib-configs.js" script. */ "use strict" module.exports = { plugins: ["es"], rules: { "es/no-async-iteration": "error", "es/no-malformed-template-literals": "error", "es/no-regexp-lookbehind-assertions": "error", "es/no-regexp-named-capture-groups": "error", "es/no-regexp-s-flag": "error", "es/no-regexp-unicode-property-escapes": "error", "es/no-rest-spread-properties": "error", }, }