eslint icon indicating copy to clipboard operation
eslint copied to clipboard

Collection of ESLint-related packages for Nuxt

Results 117 eslint issues
Sort by recently updated
recently updated
newest added

Reproduction: ```------------------------------ - Operating System: `Linux` - Node Version: `v18.5.0` - Nuxt Version: `3.0.0-rc.5` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `ssr`, `srcDir`, `typescript`, `app`, `vite`, `modules`,...

We can choose to slightly change prettier defaults as docs and config in templates or adjust the eslint config to work with defaults out of the box. The biggest changes...

discussion

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`^5.25.0` -> `^5.30.6`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.25.0/5.30.6) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.30.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-import-resolver-typescript](https://togithub.com/import-js/eslint-import-resolver-typescript) | [`^2.7.1` -> `^3.2.7`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/2.7.1/3.2.7) | [![age](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.2.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Eslint is reporting `no-undef` errors for global magic functions such as `useHead` and `defineNuxtPlugin` ``` { "env": { "browser": true, "es2021": true, "node": true }, "plugins": ["simple-import-sort", "import", "package-json"], "extends":...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-unicorn](https://togithub.com/sindresorhus/eslint-plugin-unicorn) | [`^42.0.0` -> `^43.0.1`](https://renovatebot.com/diffs/npm/eslint-plugin-unicorn/42.0.0/43.0.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-unicorn/43.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [lerna](https://lerna.js.org) ([source](https://togithub.com/lerna/lerna)) | [`^4.0.0` -> `^5.1.8`](https://renovatebot.com/diffs/npm/lerna/4.0.0/5.1.8) |...

When I upgrade `@nuxtjs/eslint-config-typescript` to 10.0.0, I see this error in VS Code: Relevant config: ```js env: { browser: true, es2021: true, node: true, }, extends: [ 'eslint:recommended', 'plugin:vue/vue3-recommended', '@vue/typescript/recommended',...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt/eslint). ## PR Edited (Blocked) The following updates...

Is this the right package to use with ESLint for Nuxt 3 development? I keep seeing Vue 2-related errors which are most likely due to the following rule `plugin:vue/recommended`.