forked from riot/riot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated: dependencies and use prettier
- Loading branch information
1 parent
2b08ebf
commit 113f7a7
Showing
71 changed files
with
6,936 additions
and
9,462 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
ratings: | ||
paths: | ||
- "src/**.js" | ||
- 'src/**.js' | ||
|
||
exclude_paths: | ||
- "riot.d.ts" | ||
- "riot+compiler.js" | ||
- "riot+compiler.min.js" | ||
- "riot.js" | ||
- "riot.esm.js" | ||
- "riot.min.js" | ||
- "test/**" | ||
- 'riot.d.ts' | ||
- 'riot+compiler.js' | ||
- 'riot+compiler.min.js' | ||
- 'riot.js' | ||
- 'riot.esm.js' | ||
- 'riot.min.js' | ||
- 'test/**' |
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,4 @@ | ||
extends: eslint-config-riot | ||
|
||
rules: | ||
fp/no-rest-parameters: 0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,20 @@ | ||
## __IMPORTANT: for all the pull requests use the `dev` branch__ | ||
## **IMPORTANT: for all the pull requests use the `dev` branch** | ||
|
||
### Answer the following depending on the type of change you want to merge | ||
|
||
#### Code | ||
|
||
1. Have you added test(s) for your patch? If not, why not? | ||
|
||
|
||
2. Can you provide an example of your patch in use? | ||
|
||
Post the link using one of our bug report templates: | ||
- [Bug Report Template](https://riot.js.org/examples/plunker/?app=bug-reporter) on plnkr (preferred) | ||
- [Bug Report Template](https://codesandbox.io/s/riot-js-7-bug-template-forked-ffm7jf?file=/index.html) on codesandbox | ||
Post the link using one of our bug report templates: | ||
|
||
- [Bug Report Template](https://riot.js.org/examples/plunker/?app=bug-reporter) on plnkr (preferred) | ||
- [Bug Report Template](https://codesandbox.io/s/riot-js-7-bug-template-forked-ffm7jf?file=/index.html) on codesandbox | ||
|
||
3. Is this a breaking change? | ||
|
||
|
||
#### Content | ||
|
||
Provide a short description about what you have changed: |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/dist | ||
/coverage | ||
/esm | ||
/node_modules | ||
/.nyc_output | ||
/riot.js | ||
/riot.min.js | ||
/riot+compiler.js | ||
/riot+compiler.min.js |
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 @@ | ||
module.exports = require('@riotjs/prettier-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
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.