Skip to content

Commit

Permalink
Remove tslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Apr 15, 2017
1 parent d2b26f0 commit b7ed2fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions packages/cycle-scripts/configs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const addPlugins = webpack2Block.addPlugins
const babel = require('@webpack-blocks/babel6');
const devServer = require('@webpack-blocks/dev-server2');
const typescript = require('@webpack-blocks/typescript');
const tslint = require('@webpack-blocks/tslint');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
Expand Down Expand Up @@ -90,8 +89,7 @@ module.exports = function(language) {
babelOptions: babelConfig,
useCache: true,
cacheDirectory: 'node_modules/.cache/at-loader'
}),
tslint()
})
])

return createConfig(config)
Expand Down
1 change: 0 additions & 1 deletion packages/cycle-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dependencies": {
"@webpack-blocks/babel6": "^0.4.1",
"@webpack-blocks/dev-server2": "^0.4.0",
"@webpack-blocks/tslint": "^0.4.0",
"@webpack-blocks/typescript": "^0.4.1",
"@webpack-blocks/webpack2": "^0.4.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
Expand Down

0 comments on commit b7ed2fd

Please sign in to comment.