otter-scripts
v0.0.4
Published
Configuration and scripts for React projects. Based on the Create React App
Readme
Otter Scripts - a build tool for React Projects
Getting Started
Code Format, eslint and prettier
Guide below assumes you are using VSCode, but it should be similar for other IDEs like WebStorm.
- Install Eslint extension for VSCode.
- Install Prettier Code Format extension for VSCode.
- Add
"[javascript]": { "editor.formatOnSave": true}into your VSCode setting.
