Skip to content
Snippets Groups Projects
Verified Commit a8811468 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove linting from webpack

parent a6613b19
No related branches found
No related tags found
1 merge request!1045Introduce Vuetify and GraphQL
......@@ -3,7 +3,6 @@ const path = require('path');
const webpack = require('webpack');
const BundleTracker = require('webpack-bundle-tracker');
const { VueLoaderPlugin } = require('vue-loader');
const StyleLintPlugin = require('stylelint-webpack-plugin');
module.exports = {
context: __dirname,
......@@ -16,9 +15,6 @@ module.exports = {
plugins: [
new BundleTracker({filename: './webpack-stats.json'}),
new VueLoaderPlugin(),
new StyleLintPlugin({
files: ['assets/**/*.{vue,htm,html,css,sss,less,scss,sass}'],
}),
],
module: {
rules: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment