9 lines
167 B
JavaScript
Executable File
9 lines
167 B
JavaScript
Executable File
module.exports = {
|
|
extends: ['next/core-web-vitals'],
|
|
rules: {
|
|
'@next/next/no-img-element': 'off',
|
|
'prefer-const': 'error',
|
|
'no-var': 'error',
|
|
},
|
|
};
|