Skip to content

Migration from Eslint V8 to V9 using @eslint/migrate-config #1849

Answered by balboFK
balboFK asked this question in Q&A
Discussion options

You must be logged in to vote

Hello again!
I managed to make it work fine now, i went around digging how this configuration for Eslint worked, stayed a while on their docs and figure out what "love" does for me on the configuration that i did not need to do so i just "attached" the rest of our configuration to it. This is the final file. (theres a lot of rules turned off for now, we are discussing about what to keep off and on).

// eslint.config.mjs

import loveConfig from "eslint-config-love"

export default [
  loveConfig,  
  {
    ignores: [
      "node_modules",
      "dist",
      "coverage",
      "jest.config.js",
      "jest-integration-config.js",
      "jest-mongodb-config.js",
      "jest-unit-config.js",
…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@mightyiam
Comment options

@balboFK
Comment options

@mightyiam
Comment options

@balboFK
Comment options

Answer selected by mightyiam
@mightyiam
Comment options

@balboFK
Comment options

@mightyiam
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1848 on October 23, 2024 14:13.