File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ const addPlugins = webpack2Block.addPlugins
16
16
const babel = require ( '@webpack-blocks/babel6' ) ;
17
17
const devServer = require ( '@webpack-blocks/dev-server2' ) ;
18
18
const typescript = require ( '@webpack-blocks/typescript' ) ;
19
- const tslint = require ( '@webpack-blocks/tslint' ) ;
20
19
const webpack = require ( 'webpack' ) ;
21
20
const HtmlWebpackPlugin = require ( 'html-webpack-plugin' ) ;
22
21
const CopyWebpackPlugin = require ( 'copy-webpack-plugin' ) ;
@@ -90,8 +89,7 @@ module.exports = function(language) {
90
89
babelOptions : babelConfig ,
91
90
useCache : true ,
92
91
cacheDirectory : 'node_modules/.cache/at-loader'
93
- } ) ,
94
- tslint ( )
92
+ } )
95
93
] )
96
94
97
95
return createConfig ( config )
Original file line number Diff line number Diff line change 32
32
"dependencies" : {
33
33
"@webpack-blocks/babel6" : " ^0.4.1" ,
34
34
"@webpack-blocks/dev-server2" : " ^0.4.0" ,
35
- "@webpack-blocks/tslint" : " ^0.4.0" ,
36
35
"@webpack-blocks/typescript" : " ^0.4.1" ,
37
36
"@webpack-blocks/webpack2" : " ^0.4.0" ,
38
37
"babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
You can’t perform that action at this time.
0 commit comments