-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from Typeform/chore/REACH-468-eslint-prettier
chore(REACH-458): use typeform eslint and prettier config
- Loading branch information
Showing
39 changed files
with
53,216 additions
and
16,643 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# output folder | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
extends: ['@typeform/eslint-config'], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,42 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug if something isn't working as expected | ||
|
||
--- | ||
|
||
<!-- Make sure to include as much information as possible so we can fix it as quickly as possible. --> | ||
<!-- If you know how to fix this bug, please open a pull request on https://github.com/Typeform/js-api-client/compare/?template=bugs.md --> | ||
<!-- If you can't answer some sections, please delete them --> | ||
|
||
## Description | ||
|
||
<!-- Provide a description of this bug --> | ||
|
||
## Expected Behavior | ||
|
||
<!-- Tell us what should happen --> | ||
|
||
## Current Behavior | ||
|
||
<!-- Tell us what happens instead --> | ||
|
||
## Possible Solution | ||
|
||
<!-- Suggest a fix or reason for this bug --> | ||
|
||
## Steps to Reproduce | ||
|
||
<!-- Provide a link to a live example or steps to reproduce this bug --> | ||
|
||
## Screenshots | ||
|
||
<!-- Add screenshots of this bug --> | ||
|
||
## Your Environment | ||
|
||
<!-- Include as many relevant details about the environment you experienced the bug in --> | ||
* Client Version: | ||
* Node.js Version: | ||
* NPM Version: | ||
* Browser Name and Version: | ||
* Operating System and Version: | ||
|
||
- Client Version: | ||
- Node.js Version: | ||
- NPM Version: | ||
- Browser Name and Version: | ||
- Operating System and Version: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- Make sure to include as much information as possible so we can add it as quickly as possible. --> | ||
<!-- If you know how to add this feature, please open a pull request on https://github.com/Typeform/js-api-client/compare/?template=features.md --> | ||
<!-- If you can't answer some sections, please delete them --> | ||
|
||
## Description | ||
|
||
<!-- Provide a description of this change or addition --> | ||
|
||
## Context | ||
|
||
<!-- Why is this change important to you? How would you use it? How can it benefit other users? --> | ||
|
||
## Possible Solution | ||
|
||
<!-- Suggest an idea for implementing this change or addition --> | ||
|
||
## Screenshots | ||
|
||
<!-- Add optional screenshots of this change or addition --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
--- | ||
name: Support Question | ||
about: Ask a general support question about this project | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.