A React starter that includes automatic linting using Prettier
Any changes to Prettier's configuration can be made in the package.json file.
"prettier": {
"semi": false,
"arrowParens": "avoid",
"endOfLine": "auto"
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
A React starter that includes automatic linting using Prettier
Any changes to Prettier's configuration can be made in the package.json file.
"prettier": {
"semi": false,
"arrowParens": "avoid",
"endOfLine": "auto"
}