Skip to content

Commit 34249ff

Browse files
authored
Fix site build (#796)
* Some fixes site * A lot of fixes in the site * move file
1 parent f9d3796 commit 34249ff

38 files changed

Lines changed: 2013 additions & 715 deletions

.eslintrc.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,9 @@ module.exports = {
1717
trailingComma: 'all'
1818
}
1919
]
20-
}
20+
},
21+
parserOptions: {
22+
tsconfigRootDir: __dirname,
23+
project: ['./site/tsconfig.json', './packages/*/tsconfig.json'],
24+
},
2125
};

0 commit comments

Comments
 (0)