title |
---|
todo |
ok so I gotta add some shit into this lmao, but need to change local storage for only saving and loading to/from
use session storage for while we're in the current tab and loaded
### shit that's not directly related to scungus:
#### figure out how to actually replace the cra presets
#### rewrite so it's more tuned to my needs
- ~~remove the flow thing~~ maybe not remove that flow thing? it's a static type checker,
tho it might need some fucking w/ to make it work
- change it so that typescript is absolute
- make it default accept ES Modules *instead* of CommonJS Modules
- fix the `(type: string | undefined)` issue in [index.mjs](./packages/babel-preset-dawnie/index.mjs)
# shit to disable, add, change, or otherwise tweak w/ eslint:
## shit to add
- eslint-comments
- this to tweak w/ it
- eslint-comments/disable-enable-pair
## shit to remove or disable or change
- operator-linebreak
- implicit-arrow-lint-break
- function-paren-newline
- arrow-parens
- note: get this more consistant lmao
- no-constant-condition
- corejs version is 3.26.1