Skip to content

Commit

Permalink
feat: separate experimental package
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 21, 2024
1 parent 9011492 commit abd9deb
Show file tree
Hide file tree
Showing 37 changed files with 3,007 additions and 902 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module.exports = {
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
'@typescript-eslint/unbound-method': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/no-unsafe-call': 0,
'@typescript-eslint/no-unsafe-argument': 0,
'no-void': 0,
'import/named': 0,
'import/no-extraneous-dependencies': [
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/experimental-app-router.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Build
run: npm run build
working-directory: packages/experimental-app-router
working-directory: experimental-packages/experimental-app-router

- name: Tests
run: npm run test
working-directory: packages/experimental-app-router
working-directory: experimental-packages/experimental-app-router
2 changes: 1 addition & 1 deletion examples/next/app-router/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit abd9deb

Please sign in to comment.