Marshall Polaris
ae4b8fad51
Turn on Typescript linting in common except for no-explicit-any
2022-05-24 13:48:39 -07:00
Marshall Polaris
7d1131aa6f
Add tsconfig.json for common
2022-05-24 13:48:39 -07:00
Marshall Polaris
47f10301c8
Change lodash stuff so that it can be tree-shaken out of build ( #233 )
...
* Set common package.json sideEffects: false
* Configure SWC to modularize lodash imports
* Import specific lodash functions instead of _
* Add an eslint rule to avoid full lodash import
2022-05-22 01:36:05 -07:00
Marshall Polaris
0803a15902
Set up eslint
for common
, functions
packages ( #290 )
...
* Move common dev dependencies to workspace top level
* Add .eslintrc.js for functions and common packages
* Add more linting to check workflow
2022-05-22 00:35:43 -07:00