mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: type errors
This commit is contained in:
parent
d646d3c372
commit
66a1512c6c
24 changed files with 98 additions and 102 deletions
|
|
@ -1,4 +1,7 @@
|
|||
const tsEslintConfig = require('./tsconfig.eslint.json');
|
||||
|
||||
module.exports = {
|
||||
ignorePatterns: tsEslintConfig.exclude,
|
||||
parser: '@typescript-eslint/parser',
|
||||
parserOptions: {
|
||||
project: './tsconfig.eslint.json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue