gamesbrainiac / nitrous-webpack-jshint

A short tutorial on how to get JSHint linting with webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack JSHint Tutorial

This is the source code the tutorial on how to set up jshint with webpack.

Here are the steps to follow along:

  • Fork the repository
  • Clone the repository
  • Checkout the start-here tag
    • git checkout start-here
  • Create a new branch from the tag, and start working from there.
    • git branch mystart

About

A short tutorial on how to get JSHint linting with webpack


Languages

Language:JavaScript 76.3%Language:HTML 23.7%