mirror of
https://github.com/sussy-code/docs.git
synced 2026-01-11 20:10:19 +00:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
module.exports = {
|
|
extends: ['next', 'plugin:prettier/recommended'],
|
|
rules: {
|
|
'@next/next/no-img-element': 'off',
|
|
},
|
|
};
|