mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
eslint autofix
This commit is contained in:
parent
0d42541860
commit
ad730d806b
60 changed files with 13067 additions and 13014 deletions
|
@ -76,7 +76,7 @@ export default {
|
|||
[
|
||||
'env', {
|
||||
modules: false,
|
||||
targets: { chrome: 55, firefox: 50}
|
||||
targets: { chrome: 55, firefox: 50 },
|
||||
},
|
||||
],
|
||||
],
|
||||
|
@ -105,7 +105,7 @@ export default {
|
|||
test: /\.svg(\?[^/]*)?$/,
|
||||
loader: fontLoader,
|
||||
},
|
||||
].concat(cssConfig.loaders)
|
||||
].concat(cssConfig.loaders),
|
||||
},
|
||||
plugins: [
|
||||
cssConfig.plugin,
|
||||
|
@ -113,6 +113,6 @@ export default {
|
|||
template: './src/html/index.html',
|
||||
filename: 'index.html',
|
||||
compileTime: new Date().toISOString(),
|
||||
})
|
||||
]
|
||||
}
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue