- Nov 04, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 27, 2016
-
-
Ray Schamp authored
-
- Oct 24, 2016
-
-
Ray Schamp authored
Set up base eslint config in .eslintrc.js
-
Ray Schamp authored
After doing this, new rules began applying for some reason: `eol-last` only began taking the 'always' parameter as of 3.6.0, so I needed to update eslint. `no-unused-var` started warning about process.env after updating the config structure `comma-dangle` decided to start working, maybe because of the upgrade to eslint? Autofixed with --fix
-
Ray Schamp authored
Actually lint React files
-
Ray Schamp authored
Includes rules missed in the first pass of eslint rules
-
Ray Schamp authored
Previously eslint ignored .jsx files :|
-
Ray Schamp authored
eslint-config-scratch: React + ES6 Edition
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 23, 2016
-
-
Ray Schamp authored
node relevant at the root, but not in src. Broser relevant in src, but not in root.
-
Ray Schamp authored
null !== undefined
-
Ray Schamp authored
-
- Oct 22, 2016
-
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
- Oct 21, 2016
-
-
Ray Schamp authored
Pin React devDependencies, add peerDependencies
-
Ray Schamp authored
When the package is installed as a dependency, it should warn the installer that React is a peerDependency. When installed this way, the devDependencies won't be installed, so only one version of React will be present. However when it's installed as a standalone project, React should be installed automatically as a devDependency. I think this gives us the best of both worlds — simple development setup as well as supporting usage as an installed package.
-
Tim Mickel authored
Initial rough sprite/costume/backdrop libraries
-
- Oct 20, 2016
-
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
-
Tim Mickel authored
# Conflicts: # package.json # src/containers/gui.js
-
- Oct 19, 2016
-
-
Tim Mickel authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
-
Ray Schamp authored
Makes local deployment easier
-