Skip to content

Commit

Permalink
Merge pull request #4 from privatenumber/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Sep 1, 2021
2 parents 0bcc3d7 + 3893f72 commit 04283b9
Show file tree
Hide file tree
Showing 3 changed files with 1,177 additions and 933 deletions.
39 changes: 22 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "eslint .",
"test": "jest",
"typecheck": "tsc --noEmit && :",
"build": "rm -rf dist && tsup src/index.ts --dts --minify --no-splitting --external 'yoga-layout-prebuilt'"
"build": "rm -rf dist && tsup src/index.ts --dts-resolve --minify --no-splitting --external 'yoga-layout-prebuilt'"
},
"husky": {
"hooks": {
Expand All @@ -41,30 +41,35 @@
},
"devDependencies": {
"@pvtnbr/eslint-config-react": "^0.1.15",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@types/react": "^17.0.4",
"es-jest": "^1.2.0",
"eslint": "^7.24.0",
"esno": "^0.5.0",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.10",
"@types/react": "^17.0.19",
"es-jest": "^1.3.0",
"eslint": "^7.32.0",
"esno": "^0.9.1",
"husky": "^4.3.8",
"ink": "^3.0.8",
"ink": "^3.0.9",
"ink-task-list": "^1.1.0",
"jest": "^27.0.3",
"lint-staged": "^10.5.4",
"p-map": "^5.0.0",
"jest": "^27.1.0",
"lint-staged": "^11.1.2",
"p-map": "^5.1.0",
"react": "^17.0.2",
"tsup": "^4.11.1",
"typescript": "^4.2.4",
"valtio": "^1.0.5"
"tsup": "^4.14.0",
"typescript": "^4.4.2",
"valtio": "^1.2.2"
},
"eslintConfig": {
"extends": "@pvtnbr/eslint-config-react",
"rules": {
"react/prop-types": "off",
"@typescript-eslint/no-shadow": ["error", {
"allow": ["task"]
}]
"@typescript-eslint/no-shadow": [
"error",
{
"allow": [
"task"
]
}
]
}
}
}
Loading

0 comments on commit 04283b9

Please sign in to comment.