mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
Merge branch 'main' into improve-lint
This commit is contained in:
@ -17,7 +17,15 @@ module.exports = {
|
||||
|
||||
parser: '@typescript-eslint/parser',
|
||||
|
||||
parserOptions: { project: true },
|
||||
parserOptions: {
|
||||
tsconfigRootDir: __dirname,
|
||||
project: ['../../tsconfig.eslint.json'],
|
||||
ecmaVersion: 2022,
|
||||
ecmaFeatures: {
|
||||
jsx: true,
|
||||
},
|
||||
sourceType: 'module',
|
||||
},
|
||||
|
||||
rules: {
|
||||
'@next/next/no-html-link-for-pages': 'off',
|
||||
|
||||
Reference in New Issue
Block a user