hyoban / eslint-config-hyoban

Hyoban's ESLint config preset
https://eslint-config-hyoban.vercel.app
MIT License
31 stars 1 forks source link

[Feature request] Provide option to disable eslint format (e.g. stylistic) #56

Closed Innei closed 4 months ago

Innei commented 4 months ago

Clear and concise description of the problem

Thanks for the open source eslint config, I would love to use your config, but I don't want to use eslint's format, so I suggest the add option to disable format.

Suggested solution

 defineConfig(
  {
    stylistic: false
  },
}

Alternative

No response

Additional context

No response

Validations

hyoban commented 4 months ago

OK, will do it tonight.