Formatting and Linting
Formatting
Prettier
npm install --save-dev --save-exact prettierLinting
XO
Then add xo to your project with (note, installed globally so no npx)
Configure
Within package.json add the following;
Last updated
Was this helpful?