Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 472 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 472 Bytes

jsdx

Collection of opinionated javascript tools, presets, and configs to streamline developer experience at Signal Sciences.

Refer to /packages for installation and usage.

🚨 NOTICE 🚨

Effective May 17th 2021 the default branch will change from master to main. Run the following commands to update a local clone:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -