* adding eslint to webpack and fixing errors

* updating screenshot and tests to reflect dom changes
This commit is contained in:
Gavin Foster
2019-06-20 11:16:59 -05:00
committed by Benjamin Boudreau
parent f31f384afd
commit d00d6af82a
6 changed files with 122 additions and 27 deletions

View File

@@ -36,6 +36,11 @@ const defaultConfig = {
exclude: /node_modules/,
use: ['babel-loader'],
},
{
test: /\.js$/,
exclude: /node_modules/,
use: ['eslint-loader']
},
{
test: /\.(scss|css)$/,
use: [