Skip to content

Commit

Permalink
Merge pull request #1 from Decathlon/update-versions
Browse files Browse the repository at this point in the history
chore(project): update versions
  • Loading branch information
amen-souissi authored Jun 3, 2020
2 parents 1c79f7a + 6b05f5c commit 79a472a
Show file tree
Hide file tree
Showing 6 changed files with 3,920 additions and 3,161 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ module.exports = {
"@typescript-eslint/triple-slash-reference": 0,
"import/extensions": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/ban-ts-comment": 0,
"react/sort-comp": 1,
"no-restricted-globals": 1,
"react/no-did-update-set-state": 1,
radix: 0,
"react/no-array-index-key": 1,
"@typescript-eslint/camelcase": 1,
camelcase: 1,
"import/prefer-default-export": 1,
"no-param-reassign": 1,
Expand Down
72 changes: 36 additions & 36 deletions .github/ISSUE_TEMPLATE/Bug_report.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser name and version [e.g. stock browser, safari 10]
- NodeJS version [e.g. 8.11.1]

**Additional context**
Add any other context about the problem here.
---
name: Bug report
about: Create a report to help us improve
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser name and version [e.g. stock browser, safari 10]
- NodeJS version [e.g. 8.11.1]

**Additional context**
Add any other context about the problem here.
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/Feature_request.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
---
name: Feature request
about: Suggest an idea for this project
---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"printWidth": 130
"printWidth": 130,
"arrowParens": "avoid",
"trailingComma": "none"
}
Loading

0 comments on commit 79a472a

Please sign in to comment.