You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: "Rearrange order of task definitions and disable ESLint on non-literal fs filename"
Rearranged the order of task definitions in many "group" files to achieve consistent code organization. The change doesn't affect the functionality of the files. Also, ESLint is now disabled for non-literal file system filename invocations for better runtime security. Several eslint errors of security/detect-non-literal-fs-filename, security/detect-object-injection were also fixed throughout the diff. Some parameters are reordered in some files to make the code base more consistent and enhance readability.
Signed-off-by: prisis <[email protected]>
0 commit comments