-
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #8 from fewieden/develop
v2
- Loading branch information
Showing
24 changed files
with
3,801 additions
and
244 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,26 +1,24 @@ | ||
engines: | ||
stylelint: | ||
enabled: true | ||
duplication: | ||
enabled: true | ||
config: | ||
languages: | ||
- javascript | ||
eslint: | ||
enabled: true | ||
channel: "eslint-3" | ||
channel: "eslint-6" | ||
checks: | ||
import/no-unresolved: | ||
enabled: false | ||
fixme: | ||
enabled: true | ||
markdownlint: | ||
enabled: true | ||
enabled: true | ||
ratings: | ||
paths: | ||
- "**.js" | ||
- "**.css" | ||
- "**.md" | ||
exclude_paths: [ | ||
"node_modules/**/*" | ||
] | ||
- "**.js" | ||
- "**.md" | ||
exclude_paths: | ||
- "node_modules/**/*" | ||
- "docs/**/*" | ||
|
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 @@ | ||
docs/* |
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,8 @@ | ||
# Contribution Guidelines | ||
|
||
Thanks for contributing to this module! | ||
|
||
Please create pull requests to the branch `develop`. | ||
|
||
To hold one code style and standard there are several linters and tools in this project set. Make sure you fulfill the requirements. | ||
Also, there will be automatically analysis performed once you created the pull request. |
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 @@ | ||
custom: ['https://paypal.me/fewieden'] |
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 @@ | ||
Platform (Hardware/OS): | ||
|
||
Node version: | ||
|
||
MagicMirror version: | ||
|
||
Module version: | ||
|
||
Description of the issue: |
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,5 @@ | ||
Please create pull requests to the branch `develop`. | ||
|
||
* Does the pull request solve an issue (add a reference)? | ||
* What are the features of this pr? | ||
* Add screenshots for visual changes. |
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,39 @@ | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules | ||
jspm_packages | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
docs/ |
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,2 +1,2 @@ | ||
all | ||
rules "~MD013", "~MD033" | ||
rules "~MD013", "~MD024", "~MD026", "~MD033" |
This file was deleted.
Oops, something went wrong.
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,11 +1,11 @@ | ||
language: node_js | ||
node_js: | ||
- "stable" | ||
- "7" | ||
- "6" | ||
- "5" | ||
- "stable" | ||
- "10" | ||
- "12" | ||
- "14" | ||
script: | ||
- npm run lint | ||
- npm run lint | ||
cache: | ||
directories: | ||
- node_modules |
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,27 @@ | ||
# MMM-ip Changelog | ||
|
||
## [2.0.0] | ||
|
||
### Added | ||
|
||
* Nunjuck templates | ||
* Integrated MMM-Modal for modal handling | ||
* Documentation | ||
|
||
### Fixed | ||
|
||
* MMM-voice mode in notificationReceived | ||
|
||
### Changed | ||
|
||
* Config files | ||
|
||
### Removed | ||
|
||
* Config options (voice, showFamily, showType and startHidden). Check out the readme for replacements. | ||
* Internal modal handling (help, interfaces) | ||
* Stylelint and css files | ||
|
||
## [1.0.0] | ||
|
||
Initial version |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.