Skip to content

Commit b6d3f2f

Browse files
committed
fix type errors
1 parent 85faaaa commit b6d3f2f

31 files changed

+2135
-2060
lines changed

.babelrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"presets": ["next/babel"],
3-
"plugins": ["relay"]
4-
}
2+
"presets": ["next/babel"],
3+
"plugins": ["relay"]
4+
}

CODE_OF_CONDUCT.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

relay.config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module.exports = {
2-
src: './src',
3-
schema: './schema/schema.graphql',
4-
exclude: ['**/node_modules/**', '**/__mocks__/**', '**/__generated__/**'],
5-
// extensions: ['ts', 'tsx'],
6-
language: 'typescript',
7-
artifactDirectory: 'src/queries/__generated__',
8-
};
2+
src: './src',
3+
schema: './schema/schema.graphql',
4+
exclude: ['**/node_modules/**', '**/__mocks__/**', '**/__generated__/**'],
5+
// extensions: ['ts', 'tsx'],
6+
language: 'typescript',
7+
artifactDirectory: 'src/queries/__generated__',
8+
}

0 commit comments

Comments
 (0)