Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add pre-commit/pre-push hooks (#2293)
* chore: Add husky to manage pre-commits * feat: Rewrite script commands * chore: Install typescript eslint plugins and remove tslint * chore: Add eslint and prettier config files * chore: Update pre-commit file to use new package.json scripts * chore: Remove eslint from package.json to avoid conflicts with react-scripts * chore: Run tests in pre-push hook instead of pre-commit * chore: Move husky install to the postinstall script * chore: Update file permissions * chore: Update rules * chore: Update eslint rules and remove runs tests on push * chore: Update prettierrc rules * chore: Update eslint rules * chore: Update .prettierignore file * chore: Remove unrequired env var * chore: Update eslint rules * style: Apply prettier rules to project files * refactor: Apply eslint rules to project files * chore: Update pre-commit to runs eslint rules before prettier rules * fix: eslint restrict-plus-operands rule (#2381) * fix: eslint restrict-plus-operands rule * feat: Use classnames dependency * fix: eslint require-await rule (#2380) * fix: Required await eslint rule * feat: Return async method to avoid blockign the ui * fix: Remove unnecessary returns * fix: Remove unnecessary types (#2403) * fix: Remove inferred boolean type and type the onClick method to void * feat: Update eslintrc * feat: Remove inferred RootState * feat: Update var declaration * chore: Update eslintrc * fix: Update debounce var definition and types * fix: Update builder api methods return types (#2411) * fix: eslint typos * fix: eslint no-case-declarations (#2417) * chore: eslint disable next line (#2416) * chore: Add eslint-disable-next-line * chore: Add TODO to support imports in languages module * fix: eslint strings (#2415) * fix: eslint strings * fix: Commented code * feat: Update string typo casting * fix: Remove unused empty objects (#2414) * fix: Remove unused empty objects * feat: Update ShortcutTooltip OwnProps type * feat: Update Square Props type * fix: eslint forbidden non-null assertion * fix: eslint invalid type undefined of template literal expression * fix: eslint unsafe return of an any typed value * fix: Prettier * chore: Re-order pre-commit
- Loading branch information