Add complete project files
This commit is contained in:
8
.eslintrc.cjs
Executable file
8
.eslintrc.cjs
Executable file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
extends: ['next/core-web-vitals'],
|
||||
rules: {
|
||||
'@next/next/no-img-element': 'off',
|
||||
'prefer-const': 'error',
|
||||
'no-var': 'error',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user