mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 00:43:31 +00:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
module.exports = {
|
|
extends: ['next', 'plugin:prettier/recommended'],
|
|
rules: {
|
|
'@next/next/no-img-element': 'off',
|
|
},
|
|
};
|