Last 12 weeks · 0 commits
1 of 6 standards met
Steps to reproduce: Clone repository: https://github.com/chemicalkosek/eslint-wesbos-4.3.1 It's just basic app from with . It also has a function with nullish coalescing being used. Now run Ignore the current eslint errors Install 4.3.1 version of eslint-config-wesbos Run eslint again: Now see a new error pointing to the place where nullish coalescing is being used:
Repository: wesbos/eslint-config-wesbos. Description: No-Sweatâ„¢ Eslint and Prettier Setup - with or without VS Code Stars: 2740, Forks: 417. Primary language: JavaScript. Languages: JavaScript (100%). Topics: cool, eslint, hacktoberfest, prettier. Open PRs: 3, open issues: 8. Last activity: 1y ago. Community health: 28%. Top contributors: wesbos, robertotcestari, ZakLaughton, mhesham32, 0xflotus, arapl3y, andymantell, thebrandonallen, endormi, smakosh and others.
JavaScript
This will do away with all the rushstack hacks.
Since we don't use config globally. Am getting error eslint command not found. 1. Followed this steps https://github.com/wesbos/eslint-config-wesbos#project-install 2. My package.json 3. Error when am trying to run 4. In VS code console got this error
Hi there - It's been a while that I'm using wesbos awesome setup and when I create a fullstack project structure folder, I always get this error: Parsing error: Cannot find module '@babel/preset-react'. The module '@babel/preset-react' is indeed there under node_modules. Tried to npm install --save-dev @babel/preset-react I've noticed that it's only happening when I create this project structure: 1. I create a projectx folder and add in it: projectx-frontend and it's working fine at this point. 2. I then add another folder in the main folder projectx: projectx-backend 3. But if I have a main folder in vscode with the front and back files, I get this error... projectx -> npm init -y and use npm i concurrently, this create Cannot find module '@babel/preset-react' projectx-frontend -> npx install-peerdeps --dev eslint-config-wesbos WORKS FINE alone without main folder projectx-backend -> npx install-peerdeps --dev eslint-config-wesbos WORKS FINE alone without main folder Anyone can help on this please? Thanks in advance. !Screenshot 2021-10-31 at 10 44 01