-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ref: no-ref): fix view, remove extra divs
* fix(ref: no-ref): fix view, remove extra divs * fix(ref: no-ref): fix view, remove extra divs * fix(ref: no-ref): change placeholder to optional * fix(ref: no-ref): change placeholder to optional * fix(ref: no-ref): fix view, remove extra divs * fix(ref: no-ref): fix view, remove extra divs * fix(ref: no-ref): remove comments * fix(ref: no-ref): remove travis
- Loading branch information
1 parent
5acb93b
commit 17d980a
Showing
30 changed files
with
328 additions
and
447 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
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,7 +1,7 @@ | ||
{ | ||
"*.{ts,js,json}": [ | ||
"eslint --report-unused-disable-directives --max-warnings 0 --fix", | ||
"prettier --write" | ||
"prettier . --write" | ||
], | ||
"*.scss": "stylelint --fix" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"default": true, | ||
"MD013": false, | ||
"MD033": false, | ||
"MD041": false, | ||
"MD014": false, | ||
"MD024": false | ||
"default": true, | ||
"MD013": false, | ||
"MD033": false, | ||
"MD041": false, | ||
"MD014": false, | ||
"MD024": false | ||
} |
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,7 +1,7 @@ | ||
branches: | ||
- develop | ||
- develop | ||
|
||
plugins: | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' |
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
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.