Skip to content

🐞 [BUG]: prettier and eslint do not update code automatically #1

@David-L-R

Description

@David-L-R

In the template this template is based on, the eslint/prettier update the code if there is a mistake.

For example

var number = 5

Will be updated to

const number = 5
// OR
let number = 5 // if this variable changes

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions