Block or Report
Block or report Jaid
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
action-sync-node-meta Public
GitHub Action that syncs package.json with the repository metadata.
-
1
# ESLint rules
23The ESM standard is considered stable in NodeJS and well supported by a lot of modern JavaScript tools.
45ESLint does a good job validating and fixing ESM code (as long as you don't use top-level await, coming in [ESLint v8](https://eslint.org/blog/2021/06/whats-coming-in-eslint-8.0.0#support-for-es2022-class-fields-top-level-await-and-regexp-matching-indices)). Make sure to enable the latest ECMA features in the ESLint config.
-
-
array-to-object-keys Public
Converts an array to an object where the keys are the array entries and the values are customizable in a function.
JavaScript 2
-
-
read-file-string Public
Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error.
JavaScript 2
2,335 contributions in the last year
Contribution activity
March 2023
Created 36 commits in 3 repositories
Created 1 repository
- Jaid/gallery-dl Python
Created a pull request in mikf/gallery-dl that received 1 comment
[generic] add functools to eval scope
I have a pretty complex eval expression to clean the title metadata variable. It applies a list of RegEx subtitutions to the string. Currently, I h…