Skip to content

Commit 40eeff9

Browse files
cyberhckpaibamboo
authored andcommitted
feat(linting): remove linting on app start
When we're currently developing, there's no good reason to avoid starting the app because of linting errors because we have proper git hooks and travis checks now closes #41
1 parent 3d98886 commit 40eeff9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

config/webpack/dev.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ var config = {
2929
},
3030

3131
module: {
32-
rules: [{
33-
enforce: 'pre',
34-
test: /\.tsx?$/,
35-
loader: 'tslint-loader'
36-
},
32+
rules: [
3733
{
3834
test: /\.tsx?$/,
3935
loader: 'react-hot-loader!awesome-typescript-loader'

0 commit comments

Comments
 (0)