nixos/home/ags/node_modules/eslint-plugin-es-x/lib/configs/no-set-methods.js
2025-02-27 02:26:55 +01:00

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",
},
}