Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42c4454 commit 2d70620Copy full SHA for 2d70620
README.md
@@ -19,7 +19,9 @@
19
- Make sure ESLint is installed. For VSCode, [download the extension here](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
20
- Navigate inside your project
21
- Install [Babel-ESLint](https://www.npmjs.com/package/@babel/eslint-parser)*: <br>
22
- $ `npm install @babel/eslint-parser @babel/core eslint --save-dev`
+ $ `npm i -D @babel/eslint-parser @babel/core eslint @types/node` <br>
23
+ Or with Bun: <br>
24
+ $ `bun i -D @babel/eslint-parser @babel/core eslint @types/bun`
25
- Get the config: <br>
26
$ `wget https://raw.githubusercontent.com/NullDev/JavaScript-Styleguide/master/eslint.config.js`
27
- Done! :)
0 commit comments