rsnext/examples/with-typescript-eslint-jest
Rostyslav Sipakov 4e9c5eeae0
Fix typescript-eslint-jest example to remove Prettier package causing errors (#22452)
Delete "prettier/@typescript-eslint" from .eslintrc.json. 

After update to the last version I getting this error on running lint: ESLint couldn't find the config "prettier/@typescript-eslint" to extend from. 
I explore this issue https://github.com/prettier/eslint-config-prettier/pull/175 and I think those extensions aren't needed anymore.
2021-03-01 02:43:23 +00:00
..
pages Upgrade packages for example/with-typescript-eslint-jest (#21963) 2021-02-08 21:08:26 -06:00
public [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
test Upgrade packages for example/with-typescript-eslint-jest (#21963) 2021-02-08 21:08:26 -06:00
.babelrc [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
.eslintignore [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
.eslintrc.json Fix typescript-eslint-jest example to remove Prettier package causing errors (#22452) 2021-03-01 02:43:23 +00:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
.prettierignore [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
.prettierrc [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
jest.config.js fix: Order moduleFileExtensions left-to-right (#18328) 2020-10-27 20:20:03 +00:00
next-env.d.ts [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00
package.json Upgrade packages for example/with-typescript-eslint-jest (#21963) 2021-02-08 21:08:26 -06:00
README.md Include utm_source on example links to vercel.com (#21305) 2021-01-19 07:28:54 +00:00
tsconfig.json [examples] with-ts-eslint-jest example app (#12025) 2020-05-25 13:16:06 -05:00

NextJS Typescript Boilerplate

Bootstrap a developer-friendly NextJS app configured with:

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app
# or
yarn create next-app --example with-typescript-eslint-jest with-typescript-eslint-jest-app

Deploy it to the cloud with Vercel (Documentation).