18 lines
564 B
JavaScript
18 lines
564 B
JavaScript
/**
|
|
* DON'T EDIT THIS FILE.
|
|
* This file was generated by "scripts/update-lib-configs.js" script.
|
|
*/
|
|
"use strict"
|
|
|
|
module.exports = {
|
|
plugins: ["es-x"],
|
|
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",
|
|
},
|
|
}
|