Skip to content

Commit

Permalink
Merge pull request #1263 from hayes/mh--remove-eslint
Browse files Browse the repository at this point in the history
replace eslint with biome
  • Loading branch information
hayes authored Aug 2, 2024
2 parents c487dbc + 27af377 commit 782146c
Show file tree
Hide file tree
Showing 566 changed files with 5,864 additions and 8,513 deletions.
46 changes: 46 additions & 0 deletions .changeset/thin-dancers-tie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
"@pothos-examples/prisma-smart-subscriptions-apollo": minor
"@pothos/plugin-smart-subscriptions": minor
"@pothos-examples/relay-windowed-pagination": minor
"@pothos-examples/envelope-helix-fastify": minor
"@pothos/plugin-simple-objects": minor
"@pothos/tracing-opentelemetry": minor
"@pothos-examples/prisma-subscriptions": minor
"@pothos/plugin-prisma-utils": minor
"@pothos/plugin-add-graphql": minor
"@pothos-examples/prisma-federation": minor
"@pothos-examples/simple-interfaces": minor
"@pothos/plugin-complexity": minor
"@pothos/plugin-dataloader": minor
"@pothos/plugin-directives": minor
"@pothos/plugin-federation": minor
"@pothos/plugin-scope-auth": minor
"@pothos/plugin-with-input": minor
"@pothos/plugin-sub-graph": minor
"@pothos/tracing-newrelic": minor
"@pothos-examples/graphql-shield": minor
"@pothos-examples/open-telemetry": minor
"@pothos-examples/simple-classes": minor
"@pothos/plugin-drizzle": minor
"@pothos/plugin-example": minor
"@pothos/plugin-tracing": minor
"@pothos/tracing-sentry": minor
"@pothos/plugin-errors": minor
"@pothos/plugin-prisma": minor
"@pothos-examples/prisma-relay": minor
"@pothos/plugin-mocks": minor
"@pothos/plugin-relay": minor
"@pothos/tracing-xray": minor
"@pothos-examples/complex-app": minor
"@pothos-examples/federation": minor
"@pothos/plugin-zod": minor
"@pothos/test-utils": minor
"@pothos/converter": minor
"@pothos-examples/nextjs": minor
"@pothos-examples/prisma": minor
"@pothos-examples/helix": minor
"@pothos/core": minor
"@pothos/deno": minor
---

replace eslint and prettier with biome
55 changes: 0 additions & 55 deletions .eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ logs/
.npm/
.vagrant/
/.vscode/
.eslintcache
.yarnclean
.husky

Expand Down
6 changes: 0 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ logs/
*.log

# Cache
.eslintcache/
.idea/
.npm/
.vscode/
Expand All @@ -30,19 +29,14 @@ tests/
# Configs
.babelrc
.dockerignore
.eslintignore
.eslintrc.js
.flowconfig
.gitattributes
.gitignore
.npmrc
.prettierignore
.yarnc
babel.config.js
dangerfile.ts
prettier.config.js
tsconfig.json
tsconfig.eslint.json
tsconfig.options.json
webpack.config.js
*.tsbuildinfo
15 changes: 0 additions & 15 deletions .prettierignore

This file was deleted.

Loading

0 comments on commit 782146c

Please sign in to comment.