Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 658 Bytes

File metadata and controls

31 lines (20 loc) · 658 Bytes

code style: prettier

Project Setup

1. Clone the project and submodules:

git clone https://github.com/sangafabrice/minify-kit-dev . --recurse-submodules

2. Install the packages:

npm install --force

3. Install vscode-jslint, and Flow Language Support on VS Code as recommended extensions:

4. Disable JavaScript validation in VS Code:

npm run disable

Note:

For this commit I uninstalled a deprecated extension for testing:

code --uninstall-extension dbaeumer.jshint