home
This commit is contained in:
parent
a71a3b5593
commit
cb52890889
16657 changed files with 1483086 additions and 1 deletions
25
home/ags/node_modules/eslint-plugin-es-x/lib/configs/flat/no-new-in-es2020.js
generated
vendored
Normal file
25
home/ags/node_modules/eslint-plugin-es-x/lib/configs/flat/no-new-in-es2020.js
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
/**
|
||||
* DON'T EDIT THIS FILE.
|
||||
* This file was generated by "scripts/update-lib-flat-configs.js" script.
|
||||
*/
|
||||
"use strict"
|
||||
|
||||
module.exports = {
|
||||
plugins: {
|
||||
get "es-x"() {
|
||||
return require("../../index.js")
|
||||
},
|
||||
},
|
||||
rules: {
|
||||
"es-x/no-bigint": "error",
|
||||
"es-x/no-dynamic-import": "error",
|
||||
"es-x/no-export-ns-from": "error",
|
||||
"es-x/no-global-this": "error",
|
||||
"es-x/no-import-meta": "error",
|
||||
"es-x/no-nullish-coalescing-operators": "error",
|
||||
"es-x/no-optional-chaining": "error",
|
||||
"es-x/no-promise-all-settled": "error",
|
||||
"es-x/no-regexp-unicode-property-escapes-2020": "error",
|
||||
"es-x/no-string-prototype-matchall": "error",
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue