This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
insomnia
Watch
1
Star
0
Fork
0
You've already forked insomnia
mirror of
https://github.com/Kong/insomnia
synced
2024-11-07 22:30:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3960c2da03
insomnia
/
tsconfig.eslint.json
7 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
[TypeScript] Phase 1 & 2 (#3370) Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-05-12 06:35:00 +00:00
{
"extends"
:
"./tsconfig.base.json"
,
"include"
:
[
".eslintrc.js"
,
remove duplication of all jest configs (#3375) * use jest-preset for all but app * separate properties that are the same as the preset for some reason, it doesn't work. you get: ``` Preset ../../jest-preset.js not found. ``` This needs to be investigated. * removes unused/unneeded npm script in `app`, `test:jest`
2021-05-13 11:29:02 +00:00
"jest-preset.js"
[TypeScript] Phase 1 & 2 (#3370) Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-05-12 06:35:00 +00:00
]
}
Reference in New Issue
Copy Permalink