9 lines
194 B
JavaScript
9 lines
194 B
JavaScript
![]() |
/** @type {import('eslint').Linter.Config} */
|
||
|
module.exports = {
|
||
|
extends: ['next/core-web-vitals'],
|
||
|
parserOptions: {
|
||
|
project: ['./tsconfig.json'],
|
||
|
tsconfigRootDir: __dirname,
|
||
|
},
|
||
|
}
|