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

No-Sweat™ Eslint and Prettier Setup - with or without VS Code

Results 19 eslint-config-wesbos issues
Sort by recently updated
recently updated
newest added

This PR just updates `@types/node`, `eslint-config-airbnb-typescript`, and `eslint-plugin-html` to their latest major versions.

Updates package.json to resolve dependency conflict when installing newer versions of Next.js or React.

Deprecated dependencies on eslint config install :- ``` ❯ npx install-peerdeps --dev eslint-config-wesbos Need to install the following packages: install-peerdeps Ok to proceed? (y) y npm WARN deprecated @babel/[email protected]: 🚨...

Hello! I'm building a new web environment, which always includes eslint-config-wesbos for me. This time I'm getting this: ``` ericphifer@Erics-MBP gatsby-prlogin % npm i -D eslint-config-wesbos npm ERR! code ERESOLVE...

just following the instructions on adding no sweat eslint to CRA, but it fails on install. couldnt find anything specific, but I think this may some issue with a dependency?...

Hello, please can anyone help. I first created a create-react-app project, then decided to add typescript later on. I followed the instructions in the readme but when I try to...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Sorry if this is the wrong place to ask, but is there any chance that a version of this tool will be created (or has been created!) to only support...

I was getting the following error after upgrading to 2.0 (vscode) Error: ``` Failed to load parser '@babel/eslint-parser' declared in '.eslintrc » eslint-config-wesbos': Cannot find module '@babel/core/package.json' Require stack: -...