plane/web/.eslintrc.js
sriram veeraghanta 3ce0aa8ebc restructring
2023-08-22 13:00:23 +05:30

8 lines
115 B
JavaScript

module.exports = {
root: true,
extends: ["custom"],
rules: {
"@next/next/no-img-element": "off",
},
};