Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit f23bf4b

Browse files
committed
Add missing paths as per #165 (comment)
1 parent 99a55a9 commit f23bf4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/react-scripts/config/paths.js

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ module.exports = {
6161
testsSetup: resolveApp('src/setupTests.ts'),
6262
appNodeModules: resolveApp('node_modules'),
6363
appTsConfig: resolveApp('tsconfig.json'),
64+
appTsLint: resolveApp('tslint.json'),
6465
publicUrl: getPublicUrl(resolveApp('package.json')),
6566
servedPath: getServedPath(resolveApp('package.json')),
6667
};
@@ -83,6 +84,7 @@ module.exports = {
8384
appNodeModules: resolveApp('node_modules'),
8485
appTsConfig: resolveApp('tsconfig.json'),
8586
appTsTestConfig: resolveApp('tsconfig.test.json'),
87+
appTsLint: resolveApp('tslint.json'),
8688
publicUrl: getPublicUrl(resolveApp('package.json')),
8789
servedPath: getServedPath(resolveApp('package.json')),
8890
// These properties only exist before ejecting:

0 commit comments

Comments
 (0)