Constnium/node_modules/eslint-plugin-es/lib/configs/no-new-in-es2020.js
2022-06-23 02:27:43 +02:00

19 lines
515 B
JavaScript

/**
* 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-bigint": "error",
"es/no-dynamic-import": "error",
"es/no-export-ns-from": "error",
"es/no-global-this": "error",
"es/no-import-meta": "error",
"es/no-nullish-coalescing-operators": "error",
"es/no-optional-chaining": "error",
"es/no-promise-all-settled": "error",
},
}