eslint-config-auto icon indicating copy to clipboard operation
eslint-config-auto copied to clipboard

Automatically configure ESLint based on project dependencies

Results 30 eslint-config-auto issues
Sort by recently updated
recently updated
newest added

Add support for MDX files

Add '@vue/airbnb` and `@vue/typescript/recommended`

help wanted

Thank you for this great library, but one feature that's missing for me is the option to install the dependencies for you

enhancement

Bumps [eslint-plugin-sonarjs](https://github.com/SonarSource/eslint-plugin-sonarjs) from 0.13.0 to 0.15.0. Release notes Sourced from eslint-plugin-sonarjs's releases. 0.15.0 Add exception to S4144 0.14.0 Fix FP in no-gratuitous-expressions: inlined react expression Update Babel parser to use...

dependencies

Same as `adjunct`: https://github.com/davidjbradshaw/eslint-config-adjunct/pull/48 Breaks `LSP-eslint` otherwise: https://github.com/sublimelsp/LSP/issues/2013 There's a fix coming, but it might take ages to ship.

I'm using this in a monorepo, where 99% of the development deps are declared in the root workspace, including ESLint and this config. If I go and run ESLint in...

`eslint` and `eslint-plugin-import` as normal peer deps, and everything else as [optional](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#peerdependenciesmeta). Why? [PnP won't work without this](https://github.com/yarnpkg/yarn/issues/6487).

I think it fits in, right? https://github.com/microsoft/tsdoc/tree/main/eslint-plugin

It's unmaintained: https://github.com/xojs/xo/pull/660

https://github.com/typescript-eslint/typescript-eslint/pull/4706