Skip to content

Commit

Permalink
feat: add root eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ramos committed Aug 9, 2022
1 parent 5c47cda commit 9e0f38c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion cmd/templates/workspace-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@
"turbo": "^1.2.5",
"@changesets/changelog-github": "^0.4.2",
"@changesets/cli": "^2.20.0",
"@changesets/get-github-info": "^0.5.0"
"@changesets/get-github-info": "^0.5.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sort-destructure-keys": "^1.4.0",
"eslint-plugin-unicorn": "^42.0.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

var (
Version string = "v0.1.0"
Version string = "v0.1.6"
BuildTime string = fmt.Sprintf("%d", time.Now().Unix())
)

Expand Down

0 comments on commit 9e0f38c

Please sign in to comment.