/** * 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-logical-assignment-operators": "error", "es/no-numeric-separators": "error", "es/no-promise-any": "error", "es/no-weakrefs": "error", }, }