14 lines
391 B
JavaScript
14 lines
391 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-intl-numberformat-prototype-formatrange": "error",
|
|
"es-x/no-intl-numberformat-prototype-formatrangetoparts": "error",
|
|
"es-x/no-intl-pluralrules-prototype-selectrange": "error",
|
|
},
|
|
}
|