configures @trbl/eslint-config

This commit is contained in:
Jacob Fletcher
2020-06-22 11:35:05 -04:00
parent d4797ce3b3
commit 3717962b52
4 changed files with 137 additions and 105 deletions

View File

@@ -34,7 +34,7 @@ module.exports = (config) => {
{
test: /\.js$/,
exclude: /node_modules/,
use: {
use: [{
loader: 'babel-loader',
options: {
presets: [
@@ -58,6 +58,14 @@ module.exports = (config) => {
],
},
},
// {
// loader: 'eslint-loader',
// options: {
// fix: true,
// emitWarning: true,
// },
// }
],
},
{
// "oneOf" will traverse all following loaders until one will