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

Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 6.2.0 to 7.1.0. Changelog Sourced from eslint-plugin-html's changelog. 2022-07-25 v7.1.0 Add support for @​html-eslint and @​angular-eslint/template plugins #176 2022-07-18 v7.0.0 Breaking: drop Node 10 support Allow temporarily...

dependencies

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

dependencies

Bumps [eslint-plugin-markdown](https://github.com/eslint/eslint-plugin-markdown) from 2.2.1 to 3.0.0. Release notes Sourced from eslint-plugin-markdown's releases. v3.0.0 Breaking Changes 071fa66 feat!: drop node v8 and v10 (#203) (Amaresh S M) Documentation 87c2b53 docs: update...

dependencies

Bumps [read-pkg-up](https://github.com/sindresorhus/read-pkg-up) from 7.0.1 to 9.1.0. Release notes Sourced from read-pkg-up's releases. v9.1.0 Accept URL as cwd (#19) 840607e https://github.com/sindresorhus/read-pkg-up/compare/v9.0.0...v9.1.0 v9.0.0 Breaking Rename the readPackageUpAsync export to readPackageUp 8f870da Require...

dependencies

Bumps [arrify](https://github.com/sindresorhus/arrify) from 2.0.1 to 3.0.0. Release notes Sourced from arrify's releases. v3.0.0 Breaking Require Node.js 12 2838a3e This package is now pure ESM. Please read this. https://github.com/sindresorhus/arrify/compare/v2.0.1...v3.0.0 Commits 63f6823...

dependencies

Hello, I tried this plugin. It works in the terminal, but it crashes in VS Code. The error: ``` Uncaught exception received. TypeError: Cannot read config file: projectPath/node_modules/eslint-config-auto/index.js Error: Cannot...

It would be great if we could go from the message: ``` npm install ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')} --save-dev ``` to ``` yarn add -D ${notInstalled.map((pkg) => atLatest(pkg)).join(' ')} ```...

Given have a project that looks like this: ``` -- - .eslintrc.js (with `extends: ["auto"]`) - tsconfig.json (with `"exclude": ["test"]`) - src/ - ... - test/ - tsconfig.json (with `"include":...

Latest major version (11) of Next.js supports now eslint: https://nextjs.org/docs/basic-features/eslint If project contains the 11.1.0 or later version of "next", then eslint-config-auto would load the most strict next lint package:...

Add `eslint-plugin-yaml`