Constnium/node_modules/eslint-plugin-es/lib/configs/no-new-in-esnext.js

16 lines
352 B
JavaScript
Raw Normal View History

2022-06-23 02:27:43 +02:00
/**
* 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",
},
}