Skip to content

Commit

Permalink
fix: load helper
Browse files Browse the repository at this point in the history
Signed-off-by: FurryR <[email protected]>
  • Loading branch information
FurryR committed Oct 29, 2024
1 parent 777a53a commit c14f215
Show file tree
Hide file tree
Showing 42 changed files with 29,982 additions and 11,239 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
process: true
},
rules: {
'max-len': ["error", { "code": 200 }]
}
'max-len': ['error', {code: 200}]
}
};
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ npm-*

*.log

package-lock.json
Loading

0 comments on commit c14f215

Please sign in to comment.