Skip to content

Commit

Permalink
Merge pull request #607 from reduxjs/feature/5.0-ci-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson authored Apr 27, 2023
2 parents c298481 + 2113f70 commit b0d5a59
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sandboxes": ["vanilla", "vanilla-ts"],
"node": "16"
}
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-shadow": ["off"],
"@typescript-eslint/no-use-before-define": ["error"],
"@typescript-eslint/no-use-before-define": ["off"],
"@typescript-eslint/ban-types": "off",
"prefer-rest-params": "off",
"prefer-rest": "off",
Expand Down
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.2.4.cjs

# Prevent Yarn from symlinking the repo as a dependency in RTK
# https://yarnpkg.com/configuration/yarnrc#enableTransparentWorkspaces
enableTransparentWorkspaces: false
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,14 @@ __metadata:
languageName: node
linkType: hard

"reselect@^4.1.7, reselect@workspace:.":
"reselect@npm:^4.1.7":
version: 4.1.8
resolution: "reselect@npm:4.1.8"
checksum: a4ac87cedab198769a29be92bc221c32da76cfdad6911eda67b4d3e7136dca86208c3b210e31632eae31ebd2cded18596f0dd230d3ccc9e978df22f233b5583e
languageName: node
linkType: hard

"reselect@workspace:.":
version: 0.0.0-use.local
resolution: "reselect@workspace:."
dependencies:
Expand Down

0 comments on commit b0d5a59

Please sign in to comment.