mirror of
https://github.com/nomadic-labs/safesupport-chatbox
synced 2025-12-16 23:43:23 +00:00
Eslint (#126)
* adding eslint to webpack and fixing errors * updating screenshot and tests to reflect dom changes
This commit is contained in:
committed by
Benjamin Boudreau
parent
f31f384afd
commit
d00d6af82a
@@ -36,6 +36,11 @@ const defaultConfig = {
|
||||
exclude: /node_modules/,
|
||||
use: ['babel-loader'],
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
exclude: /node_modules/,
|
||||
use: ['eslint-loader']
|
||||
},
|
||||
{
|
||||
test: /\.(scss|css)$/,
|
||||
use: [
|
||||
|
||||
Reference in New Issue
Block a user