Skip to content
View jakecobley's full-sized avatar

Organizations

@getchopchop

Block or report jakecobley

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Dotfiles - personal preferences for various applications, editors, linters, and packages on macOS and Windows 10 with Windows Subsystem for Linux 2 (WSL2).

    Shell 1

  2. getchopchop/chopchop getchopchop/chopchop Public archive

    Front end user interface primer toolkit for the pro's

    PHP 31 7

  3. VueJS/ReactJS/JavaScript Single Page... VueJS/ReactJS/JavaScript Single Page Application (SPA) development environment using Docker, Docker Compose, Visual Studio Code's 'Remote Containers' extension, and NGINX.
    1
    {
    2
      "name": "vs-code-remote-containers_workspace",
    3
      "dockerComposeFile": "../docker-compose.yml",
    4
      "service": "workspace",
    5
      "workspaceFolder": "/workspace",
  4. PostCSS configuration. PostCSS configuration.
    1
    module.exports = {
    2
      /**
    3
       * Convert pixel values to rem values.
    4
       *
    5
       * @param {number} pixelValue
  5. Stylelint configuration extending th... Stylelint configuration extending the standard configuration (targeting CSS and Vue files).
    1
    ################################################################################
    2
    # Node
    3
    ################################################################################
    4
    
                  
    5
    node_modules
  6. ESLint configuration extending Airbn... ESLint configuration extending Airbnb's and VueJS's configurations (targeting JavaScript and VueJS files).
    1
    ################################################################################
    2
    # Node
    3
    ################################################################################
    4
    
                  
    5
    node_modules