Temp revert ESLint.

This commit is contained in:
Buster Neece 2022-12-29 15:14:18 -06:00
parent 8248f1f926
commit b0a7a323bd
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ module.exports = {
},
plugins: [
new ESLintPlugin({
extensions: ['js', 'vue']
extensions: ['js']
}),
new WebpackAssetsManifest({
output: path.resolve(__dirname, '../web/static/webpack.json'),