Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore(website): add details to Configurations page#5719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore(website): add details to Configurations page#5719
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nx-cloudbot commentedOct 3, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks for the PR,@JoshuaKGoldberg! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitorsper day. |
netlifybot commentedOct 3, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site settings. |
bradzacher left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks like the build is failing.
[!] Error: 'Linter' is not exported by ../../node_modules/eslint/lib/api.js, imported by src/linter/linter.jshttps://rollupjs.org/guide/en/#error-name-is-not-exported-by-modulesrc/linter/linter.js (2:0)1: import 'vs/language/typescript/tsWorker';2: import { Linter } from 'eslint'; ^3: import rules from '@typescript-eslint/eslint-plugin/dist/rules';Error: 'Linter' is not exported by ../../node_modules/eslint/lib/api.js, imported by src/linter/linter.js at error (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:198:30) at Module.error (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:12560:16) at Module.traceVariable (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:12919:29) at ModuleScope.findVariable (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:11571:39) at FunctionScope.findVariable (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:6503:38) at ChildScope.findVariable (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:6503:38) at Identifier.bind (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:7570:40) at NewExpression.bind (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:5400:23) at VariableDeclarator.bind (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:5400:23) at VariableDeclaration.bind (/home/runner/work/typescript-eslint/typescript-eslint/node_modules/rollup/dist/shared/rollup.js:5396:73)Something in this PR has introduced the error I think cos it's not broken onmain
packages/website/src/theme/MDXComponents/ConfigurationContents.tsx OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
JoshuaKGoldberg commentedOct 24, 2022
Grr, I was really hoping that config was from some kind of caching issue. |
PR Checklist
Overview
Reworks theConfigurations page to emphasize the recommended configs. Also mention the
allandbaseconfigs alongsideeslint-recommendedas "other" (utility) configs, and adds the Prettified, stringified contents of each config to the page.