8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
{
|
|
"extends": ["@walidoux/eslint-config"],
|
|
"ignorePatterns": ["out", "**/*.config.js", "**/*.d.ts", "plopfile.js"],
|
|
"rules": {
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|