2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-04-18 14:10:26 +08:00

Fix ESLint config

This commit is contained in:
Jeremy Tuloup 2022-04-27 09:31:13 +02:00
parent 722f1d7e6e
commit 040bfe4be8

@ -8,5 +8,7 @@
"docs/**/*",
".eslintrc.js"
],
"types": ["jest"]
"compilerOptions": {
"types": ["jest"]
}
}