Spaces:
Sleeping
Sleeping
File size: 163 Bytes
3530df7 | 1 2 3 4 5 6 7 8 9 10 | import shared from "@jimp/config-eslint/base.js";
export default [
...shared,
{
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
},
];
|