mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-15 20:57:56 +08:00
fix: thuang-fix-tsconfig-path (#2372)
Thanks so much for the quick review, Bruce!!
This commit is contained in:
@@ -37,7 +37,10 @@ module.exports = {
|
||||
jsx: true,
|
||||
generators: true,
|
||||
},
|
||||
project: "./tsconfig.json",
|
||||
// (thuang): Pairing with `tsconfigRootDir`, which points to the directory
|
||||
// of eslint.js
|
||||
project: "../../tsconfig.json",
|
||||
tsconfigRootDir: __dirname,
|
||||
},
|
||||
rules: {
|
||||
"react/jsx-no-target-blank": "off",
|
||||
|
||||
Reference in New Issue
Block a user