Skip to content

Commit

Permalink
chore(examples): address remaining review in dotCMS example (vercel#4…
Browse files Browse the repository at this point in the history
…1091)

Applies
vercel#38214 (review)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
  • Loading branch information
balazsorban44 authored and Kikobeats committed Oct 24, 2022
1 parent b11d2a3 commit f94c817
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
4 changes: 0 additions & 4 deletions examples/cms-dotcms/.eslintrc.json

This file was deleted.

7 changes: 3 additions & 4 deletions examples/cms-dotcms/.gitignore
Expand Up @@ -25,14 +25,13 @@ yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local


# vercel
.vercel
/.env

# typescript
*.tsbuildinfo
next-env.d.t.s
5 changes: 0 additions & 5 deletions examples/cms-dotcms/next-env.d.ts

This file was deleted.

5 changes: 1 addition & 4 deletions examples/cms-dotcms/package.json
Expand Up @@ -3,8 +3,7 @@
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
"start": "next start"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.7",
Expand All @@ -20,8 +19,6 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "^8.23.1",
"eslint-config-next": "latest",
"postcss": "^8.4.16",
"typescript": "^4.8.3"
}
Expand Down

0 comments on commit f94c817

Please sign in to comment.