Merge remote-tracking branch 'parent/main' into kbtopic-remove-quote
This commit is contained in:
commit
04070aa608
50 changed files with 2139 additions and 2333 deletions
|
@ -1,5 +1,7 @@
|
|||
// @ts-check
|
||||
|
||||
import path from 'node:path';
|
||||
|
||||
import globals from 'globals';
|
||||
import tseslint from 'typescript-eslint';
|
||||
|
||||
|
@ -20,7 +22,9 @@ export default tseslint.config([
|
|||
settings: {
|
||||
'import/ignore': ['node_modules', '\\.(json)$'],
|
||||
'import/resolver': {
|
||||
typescript: {},
|
||||
typescript: {
|
||||
project: path.resolve(import.meta.dirname, './tsconfig.json'),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue