refactor: init new version

This commit is contained in:
Daniel Soares
2021-12-10 20:54:28 -03:00
parent eb8ab7029a
commit db839b267a
31 changed files with 2177 additions and 14915 deletions

3
.lintstagedrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"*.{js,jsx,ts,tsx}": "eslint --fix"
}