Skip to content

Commit

Permalink
move some stuff around, update TS guide, use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
cnordhougen committed Jan 21, 2022
1 parent 6f0f37a commit d8ca237
Show file tree
Hide file tree
Showing 34 changed files with 5,729 additions and 3,788 deletions.
3,701 changes: 6 additions & 3,695 deletions README.md

Large diffs are not rendered by default.

File renamed without changes.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "@spscommerce/typescript",
"version": "0.0.7",
"version": "0.0.8",
"description": "SPS official style guides and lint configs for frontend development, forked from airbnb/javascript",
"private": true,
"scripts": {},
"scripts": {
"build": "pnpm build --parallel"
},
"repository": {
"type": "git",
"url": "https://github.com/SPSCommerce/typescript.git"
Expand All @@ -28,9 +30,6 @@
"url": "https://github.com/SPSCommerce/typescript/issues"
},
"homepage": "https://github.com/SPSCommerce/typescript",
"workspaces": [
"packages/@spscommerce/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
Expand Down
Loading

0 comments on commit d8ca237

Please sign in to comment.