22 lines
647 B
JavaScript
22 lines
647 B
JavaScript
/**
|
|
* 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-set-prototype-difference": "error",
|
|
"es-x/no-set-prototype-intersection": "error",
|
|
"es-x/no-set-prototype-isdisjointfrom": "error",
|
|
"es-x/no-set-prototype-issubsetof": "error",
|
|
"es-x/no-set-prototype-issupersetof": "error",
|
|
"es-x/no-set-prototype-symmetricdifference": "error",
|
|
"es-x/no-set-prototype-union": "error",
|
|
},
|
|
}
|