eslint-config-auto
eslint-config-auto copied to clipboard
Automatically configure ESLint based on project dependencies
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...
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...
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...
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...
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...
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`