mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: fix lint issues
This commit is contained in:
parent
b20c7a08d4
commit
b5585f5ee9
3 changed files with 5 additions and 3 deletions
|
@ -109,4 +109,4 @@
|
|||
"typescript": "^4.1.3",
|
||||
"webpack": "^4.44.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,8 +25,9 @@
|
|||
"forceConsistentCasingInFileNames": true,
|
||||
"noEmit": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true
|
||||
"isolatedModules": true,
|
||||
"typeRoots": ["typed", "node_modules/@types"]
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "types/**.d.ts"],
|
||||
"exclude": ["node_modules", "**/*.stories.tsx", "src/backend-worker"]
|
||||
}
|
||||
|
|
1
types/wojtekmaj__enzyme-adapter-react-17.d.ts
vendored
Normal file
1
types/wojtekmaj__enzyme-adapter-react-17.d.ts
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
declare module '@wojtekmaj/enzyme-adapter-react-17';
|
Loading…
Add table
Reference in a new issue