Skip to content

Commit

Permalink
Add next.js CodeSandbox demos
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Sep 28, 2022
1 parent 3450282 commit 4480c76
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"buildCommand": "build",
"sandboxes": ["65ohb", "vz9ut"],
"sandboxes": ["65ohb", "vz9ut", "v8lt7q", "h6uwj1"],
"node": "16"
}
12 changes: 11 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"browser": true,
"node": true
},
"globals": {
"cy": true,
"Cypress": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended",
Expand Down Expand Up @@ -53,5 +57,11 @@
"disallowTypeAnnotations": true
}
]
}
},
"overrides": [
{
"files": ["./cypress/**/*.ts"],
"parserOptions": { "project": "./cypress/tsconfig.json" }
}
]
}
Loading

0 comments on commit 4480c76

Please sign in to comment.