Skip to content

Commit b7ed2fd

Browse files
committed
Remove tslint
1 parent d2b26f0 commit b7ed2fd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

packages/cycle-scripts/configs/webpack.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const addPlugins = webpack2Block.addPlugins
1616
const babel = require('@webpack-blocks/babel6');
1717
const devServer = require('@webpack-blocks/dev-server2');
1818
const typescript = require('@webpack-blocks/typescript');
19-
const tslint = require('@webpack-blocks/tslint');
2019
const webpack = require('webpack');
2120
const HtmlWebpackPlugin = require('html-webpack-plugin');
2221
const CopyWebpackPlugin = require('copy-webpack-plugin');
@@ -90,8 +89,7 @@ module.exports = function(language) {
9089
babelOptions: babelConfig,
9190
useCache: true,
9291
cacheDirectory: 'node_modules/.cache/at-loader'
93-
}),
94-
tslint()
92+
})
9593
])
9694

9795
return createConfig(config)

packages/cycle-scripts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"dependencies": {
3333
"@webpack-blocks/babel6": "^0.4.1",
3434
"@webpack-blocks/dev-server2": "^0.4.0",
35-
"@webpack-blocks/tslint": "^0.4.0",
3635
"@webpack-blocks/typescript": "^0.4.1",
3736
"@webpack-blocks/webpack2": "^0.4.0",
3837
"babel-plugin-transform-object-rest-spread": "^6.23.0",

0 commit comments

Comments
 (0)