Skip to content

Commit

Permalink
Merge branch 'main' into caaatisgood/fix-prisma-example
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew committed Apr 28, 2024
2 parents e4de915 + 35e3526 commit 90cf428
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions examples/basic/packages/eslint-config/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
4 changes: 0 additions & 4 deletions examples/kitchen-sink/packages/config-eslint/remix.js
Expand Up @@ -5,10 +5,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
/*
* This is a custom ESLint configuration for use a library
* that utilizes React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

module.exports = {
Expand Down
4 changes: 0 additions & 4 deletions examples/with-berry/packages/eslint-config/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
4 changes: 0 additions & 4 deletions examples/with-docker/packages/eslint-config/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
4 changes: 0 additions & 4 deletions examples/with-gatsby/packages/eslint-config/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
4 changes: 0 additions & 4 deletions examples/with-npm/packages/eslint-config/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
4 changes: 0 additions & 4 deletions examples/with-rollup/packages/config-eslint/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down
4 changes: 0 additions & 4 deletions examples/with-yarn/packages/eslint-config/react-internal.js
Expand Up @@ -6,10 +6,6 @@ const project = resolve(process.cwd(), "tsconfig.json");
* This is a custom ESLint configuration for use with
* internal (bundled by their consumer) libraries
* that utilize React.
*
* This config extends the Vercel Engineering Style Guide.
* For more information, see https://github.com/vercel/style-guide
*
*/

/** @type {import("eslint").Linter.Config} */
Expand Down

0 comments on commit 90cf428

Please sign in to comment.