question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Correct eslintrc.js

See original GitHub issue

Environment


  • Operating System: Darwin
  • Node Version: v16.13.1
  • Nuxt Version: 2.16.0-27358576.777a4b7f
  • Package Manager: yarn@1.22.17
  • Builder: webpack
  • User Config: srcDir, ssr, dev, alias, image, generate, head, typescript, publicRuntimeConfig, privateRuntimeConfig, css, loading, loadingIndicator, plugins, components, buildModules, modules, apollo, proxy, axios, vuetify, build, bridge
  • Runtime Modules: @nuxt/image@0.6.2, @nuxtjs/axios@5.13.6, @nuxtjs/apollo@4.0.1-rc.5, @nuxtjs/proxy@2.1.0, nuxt-social-meta@1.0.0
  • Build Modules: nuxt-storm@1.1.3, @nuxtjs/router@1.7.0, nuxt-compress@5.0.0, @nuxtjs/vuetify@1.12.3, @nuxt/bridge@3.0.0-27467056.93c4dfe

Reproduction

image

Describe the bug

I am currently extending ‘@nuxtjs/eslint-config-typescript’, which is forcing me to install “@nuxt/typescript-build”: “^2.1.0”,

I believe nuxt-bridge already has this covered but I can’t seem to find a documentation on the proper eslint config

Thank you

Additional context

No response

Logs

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
danielroecommented, Mar 24, 2022

I may be misunderstanding, but @nuxtjs/eslint-config-typescript does not require @nuxt/typescript-build.

https://github.com/nuxt/eslint-config/blob/master/packages/eslint-config-typescript/package.json#L14-L19

0reactions
stephenjason89commented, Apr 6, 2022

yarn add typescript did solve the problem “typescript”: “^4.6.3”,

Thanks @danielroe for clarifying this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuring ESLint - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Configuration Files - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Getting Started with ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Command Line Interface - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Find and fix problems in your JavaScript code - ESLint ...
ESLint is an open source project that helps you find and fix problems with your JavaScript code. It doesn't matter if you're writing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found