We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8125879 commit ef74fdeCopy full SHA for ef74fde
site/.eslintrc.yaml
@@ -18,8 +18,7 @@ parser: "@typescript-eslint/parser"
18
parserOptions:
19
ecmaVersion: 2018
20
project:
21
- - ./tsconfig.prod.json
22
- - ./tsconfig.test.json
+ - ./tsconfig.json
23
sourceType: module
24
ecmaFeatures:
25
jsx: true
site/jest.config.js
@@ -1,4 +1,7 @@
1
+const maxWorkers = process.env.CI ? 16 : 2
2
+
3
module.exports = {
4
+ maxWorkers,
5
projects: [
6
{
7
globals: {
0 commit comments