mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 12:00:47 +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',
|
|
},
|
|
};
|