Skip to content

Conversation

@ThisIsMissEm
Copy link
Contributor

No description provided.

@ThisIsMissEm ThisIsMissEm requested a review from a team as a code owner December 20, 2022 20:16
@ThisIsMissEm ThisIsMissEm temporarily deployed to ESS PodSpaces December 20, 2022 20:16 — with GitHub Actions Inactive
@vercel
Copy link

vercel bot commented Dec 20, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
solid-client-js ✅ Ready (Inspect) Visit Preview Dec 20, 2022 at 8:16PM (UTC)

@ThisIsMissEm ThisIsMissEm temporarily deployed to NSS December 20, 2022 20:16 — with GitHub Actions Inactive
@ThisIsMissEm ThisIsMissEm temporarily deployed to ESS PodSpaces December 20, 2022 20:16 — with GitHub Actions Inactive
@ThisIsMissEm ThisIsMissEm temporarily deployed to NSS December 20, 2022 20:16 — with GitHub Actions Inactive
@ThisIsMissEm ThisIsMissEm temporarily deployed to ESS Dev-Next December 20, 2022 20:16 — with GitHub Actions Inactive
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
/// <reference types="next" />
/// <reference types="next/image-types/global" />
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@chelseapinka @NSeydoux this file was broken by the recent changes, specifically, we need to exclude these files from license-header and linting/prettier.

"lint": "npm run lint:check",
"lint:fix": "npm run lint:eslint -- --fix && npm run lint:prettier -- --write",
"lint:check": "npm run lint:eslint && npm run lint:prettier -- --check",
"lint:eslint": "eslint --config .eslintrc.js \"src/\" \"e2e/\" --ignore-pattern \"e2e/**/*js\"",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is done with a new rule in .eslintignore and .prettierignore

// process.env.CI === "true" ? "in CI" : "locally"
// }. Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1`,
// },
// },
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Keeping it here just in case we want to get it back after ESS is fixed.

*.snap
*.env
*.env.*
**/.next/
Copy link
Contributor

@chelseapinka chelseapinka Dec 20, 2022

Choose a reason for hiding this comment

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

missing newline here, not a big deal

Copy link
Contributor Author

Choose a reason for hiding this comment

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

eh, ooops, we can fix it later.

@ThisIsMissEm ThisIsMissEm merged commit 38d0944 into main Dec 20, 2022
@ThisIsMissEm ThisIsMissEm deleted the chore/fix-linting-and-remove-safari-testing branch December 20, 2022 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants