Open angrycaptain19 opened 10 hours ago
.eslintrc.js
or .eslintrc.json
).prettierrc
).eslintignore
and .prettierignore
files for excluding specific pathsnpm init -y
- ✅.gitignore
to ignore files associated with: Node
package.json
lint
script that runs ESLintformat
script that runs Prettierlint:fix
script that runs ESLint with auto-fix.eslintrc.json
@typescript-eslint/parser
.prettierrc
printWidth
to 100singleQuote
to truetrailingComma
to alltabWidth
to 2.eslintignore
node_modules
directorydist
directorybuild
directory.prettierignore
node_modules
directorydist
directorybuild
directorynpm run format
- ✅This plan was automatically generated. Please review the plan carefully and make any necessary adjustments.
@sourcery-ai develop
@sourcery-ai plan