File tree Expand file tree Collapse file tree 6 files changed +1276
-1
lines changed Expand file tree Collapse file tree 6 files changed +1276
-1
lines changed Original file line number Diff line number Diff line change 11node_modules
2- * .vsix
2+ * .vsix
Original file line number Diff line number Diff line change 1+ # This configuration file was automatically generated by Gitpod.
2+ # Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+ # and commit this file to your remote git repository to share the goodness with others.
4+
5+ tasks :
6+ - init : yarn install
7+ vscode :
8+ extensions :
9+ - dbaeumer.vscode-eslint
10+
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ . " $( dirname " $0 " ) /_/husky.sh"
3+
4+ yarn commitlint --edit $1
Original file line number Diff line number Diff line change 1+ module . exports = { extends : [ '@commitlint/config-conventional' ] }
Original file line number Diff line number Diff line change 3232 "path" : " ./snippets/next-javascript.code-snippets"
3333 }
3434 ]
35+ },
36+ "dependencies" : {
37+ "@commitlint/cli" : " ^16.1.0" ,
38+ "@commitlint/config-conventional" : " ^16.0.0"
39+ },
40+ "devDependencies" : {
41+ "husky" : " ^7.0.4"
3542 }
3643}
You can’t perform that action at this time.
0 commit comments