Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code style and dependencies #498

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 20, 2023

  1. Update code style and dependencies

    ## Summary
    - Update URLs in .editorconfig and .jshintrc files
    - Add new rules to .eslintrc file for code style consistency
    - Remove .jshintrc file
    - Update node.js versions in .travis.yml file
    
    ## Details
    The URLs in the `.editorconfig` and `.jshintrc` files were updated to use HTTPS instead of HTTP. In addition, the `.eslintrc` file was updated with new rules for code style consistency, including requiring `let` or `const` instead of `var`, enforcing spacing before blocks and functions, requiring parens in arrow function arguments, using template literals instead of string concatenation, and more.
    
    The `.jshintrc` file was removed as it is no longer needed. Finally, the node.js versions in the `.travis.yml` file were updated to include newer versions.
    
    ## Statistics
    - 5 files changed, 1 deleted 
    - 23 insertions(+), 141 deletions(-)
    
    No dependency updates found.
    luislobo committed May 20, 2023
    Configuration menu
    Copy the full SHA
    a1af638 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Switch to Github Actions

    luislobo committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ee715f6 View commit details
    Browse the repository at this point in the history