Correct eslintrc.js
See original GitHub issueEnvironment
- 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

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:
- Created a year ago
- Comments:9 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
yarn add typescript did solve the problem “typescript”: “^4.6.3”,
Thanks @danielroe for clarifying this.