-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scope name): fixed grammar no longer working. possibly fixed inte…
…gration with vscode-html-css fix #51
- Loading branch information
Showing
8 changed files
with
5,662 additions
and
5,628 deletions.
There are no files selected for viewing
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,5 +1,17 @@ | ||
.gitignore | ||
.github/** | ||
.husky/** | ||
.vscode/** | ||
assets/** | ||
node_modules/** | ||
scripts/** | ||
src/** | ||
test/** | ||
.gikeep | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.hushlogin | ||
.prettierrc.json | ||
commitlint.config.js | ||
gulpfile.js | ||
travis.yml | ||
package-lock.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,5 +52,5 @@ | |
{ include: '#doctype' }, | ||
{ include: '#entities' }, | ||
], | ||
repository: {} | ||
repository: {}, | ||
} |
Oops, something went wrong.