Skip to content

Conversation

nickytonline
Copy link

@nickytonline nickytonline commented Apr 27, 2023

Summary

Enables linting on 'test' folders

Test plan

  1. Nothing to do aside from all checks go green.

Relevant links (GitHub issues, Notion docs, etc.) or a picture of cute animal

Closes https://github.com/netlify/pod-ecosystem-frameworks/issues/466

Standard checks:

  • Check the Deploy Preview's Demo site for your PR's functionality
  • Add docs when necessary

🧪 Once merged, make sure to update the version if needed and that it was published correctly.

@nickytonline nickytonline requested a review from a team April 27, 2023 20:26
@nickytonline nickytonline self-assigned this Apr 27, 2023
@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for netlify-plugin-nextjs-nx-monorepo-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-nx-monorepo-demo/deploys/644ada74e11b72000835211d
😎 Deploy Preview https://deploy-preview-2075--netlify-plugin-nextjs-nx-monorepo-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for netlify-plugin-nextjs-static-root-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-static-root-demo/deploys/644ada7427a8d600089fa449
😎 Deploy Preview https://deploy-preview-2075--netlify-plugin-nextjs-static-root-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@github-actions github-actions bot added the type: chore work needed to keep the product and development running smoothly label Apr 27, 2023
@@ -1,11 +1,12 @@
import type { NetlifyPluginOptions, NetlifyPluginUtils } from '@netlify/build'
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All the changes below are just eslint auto-fixing things and prettier kicking in as well.

@@ -8,6 +8,7 @@
],
"devDependencies": {
"@netlify/edge-functions": "^2.0.0",
"@types/chance": "^1.1.3",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

types were missing for the chance library

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for nextjs-plugin-custom-routes-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/nextjs-plugin-custom-routes-demo/deploys/644ada7426db60000770d1be
😎 Deploy Preview https://deploy-preview-2075--nextjs-plugin-custom-routes-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for netlify-plugin-nextjs-next-auth-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-next-auth-demo/deploys/644ada74cb2dd6000863ad7d
😎 Deploy Preview https://deploy-preview-2075--netlify-plugin-nextjs-next-auth-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for netlify-plugin-nextjs-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-demo/deploys/644ada745ae0430008dcffe7
😎 Deploy Preview https://deploy-preview-2075--netlify-plugin-nextjs-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for next-i18next-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/next-i18next-demo/deploys/644ada749ead1a0008dbd35d
😎 Deploy Preview https://deploy-preview-2075--next-i18next-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for next-plugin-canary ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/next-plugin-canary/deploys/644ada74d9262c0007a9770b
😎 Deploy Preview https://deploy-preview-2075--next-plugin-canary.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for next-plugin-edge-middleware ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/next-plugin-edge-middleware/deploys/644ada7408291200080822c0
😎 Deploy Preview https://deploy-preview-2075--next-plugin-edge-middleware.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Apr 27, 2023

Deploy Preview for netlify-plugin-nextjs-export-demo ready!

Name Link
🔨 Latest commit 6edfb36
🔍 Latest deploy log https://app.netlify.com/sites/netlify-plugin-nextjs-export-demo/deploys/644ada74ee08be00083c05bf
😎 Deploy Preview https://deploy-preview-2075--netlify-plugin-nextjs-export-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@LekoArts
Copy link

I had a more thorough PR already in the works 🙈
#2076

@LekoArts LekoArts deleted the nickytonline/enable-eslint-on-test-folders branch April 28, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants