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

18 lines
531 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-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",
},
}