aboutsummaryrefslogtreecommitdiffstats
path: root/src/helpers/asar-helpers.ts
Commit message (Collapse)AuthorAge
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* refactor: use correct datatypes in ts filesLibravatar Vijay A2021-10-03
|
* refactor: move 'asarRecipesPath' into 'asar-helpers'Libravatar Vijay A2021-10-01
|
* chore: typescript conversion of some minor utilitiesLibravatar Vijay A2021-08-15
Also removed 'targz' unused package from runtime.