You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .eslintrc.js
+9-49Lines changed: 9 additions & 49 deletions
Original file line number
Diff line number
Diff line change
@@ -4,64 +4,24 @@ module.exports = {
4
4
commonjs: true,
5
5
es2021: true,
6
6
node: true,
7
-
'jest/globals': true,
8
7
},
9
-
extends: [
10
-
'eslint:recommended',
11
-
'plugin:react/recommended',// Uses the recommended rules from @eslint-plugin-react
12
-
'plugin:@typescript-eslint/recommended',// Uses the recommended rules from the @typescript-eslint/eslint-plugin
13
-
'plugin:prettier/recommended',// Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ First of all, thank you for your contribution.
6
6
7
7
All code changes happen through Github Pull Requests and we actively welcome them. To submit your pull request, follow the steps below:
8
8
9
-
## Pull Requests - How to
9
+
## Pull Requests
10
10
11
11
1. Fork and clone the repository.
12
12
2. Create your feature branch. (git checkout -b [my-new-feature])
13
13
3. Make sure to cover your code with tests and that your code is linted in accordance with our linting specifications (see coding style below).
14
14
4. Commit your changes locally (git commit -m 'Added some feature') and then push to your remote repository.
15
-
5. Submit a pull request to the _development_ branch, including a description of the work done in your pull request.**Squash** all commits.
15
+
5. Submit a pull request to the _development_ branch, including a description of the work done in your pull request.
16
16
17
17
Note: Any contributions you make will be under the MIT Software License and your submissions are understood to be under the same that covers the project. Please reach out to the team if you have any questions.
0 commit comments