File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -139,14 +139,6 @@ module.exports = {
139
139
// TODO: Disable require.ensure as it's not a standard language feature.
140
140
// We are waiting for https://github.com/facebookincubator/create-react-app/issues/2176.
141
141
// { parser: { requireEnsure: false } },
142
- // First, run the linter.
143
- // It's important to do this before Typescript runs.
144
- {
145
- test : / \. ( t s | t s x ) $ / ,
146
- loader : require . resolve ( 'tslint-loader' ) ,
147
- enforce : 'pre' ,
148
- include : paths . appSrc ,
149
- } ,
150
142
{
151
143
test : / \. ( j s | j s x | m j s ) $ / ,
152
144
loader : require . resolve ( 'source-map-loader' ) ,
Original file line number Diff line number Diff line change 45
45
"ts-loader" : " ^2.3.7" ,
46
46
"tsconfig-paths-webpack-plugin" : " ^2.0.0" ,
47
47
"tslint" : " ^5.7.0" ,
48
- "tslint-loader" : " ^3.5.3" ,
49
48
"tslint-react" : " ^3.2.0" ,
50
49
"typescript" : " ^2.6.2" ,
51
50
"url-loader" : " 0.6.2" ,
You can’t perform that action at this time.
0 commit comments