UNPKG

168 BJavaScriptView Raw
1module.exports = {
2 extends: ["./index.js"].map((x) => require.resolve(x)),
3 rules: {
4 "unicorn/prefer-module": "off",
5 "unicorn/no-empty-file": "off",
6 },
7};