Ignore home config from disableWhenNoEslintConfig (#778)
* Ignore home config from disableWhenNoEslintConfig
* Move isConfigAtHomeRoot to its own file
It needs to be used in both worker and non-worker, so it’s easiest
to just put it in its own file for now until we re-structure.
* Extract copyFileToTempDir as test helper function
* Move temp dir creation to `copyFileToTempDir`
Loading branch information...
1 parent
321dc54commit fe0551bac59ff8775df377f83ce58ff74f53478eIanVS
committed
on GitHubJan 18, 2017
'File ignored by default. Use a negated ignore pattern (like "--ignore-pattern \'!<relative'+'/path/to/filename>\'") to override.', 'File ignored by default. Use "--ignore-pattern \'!node_modules/*\'" to override.', 'File ignored by default. Use "--ignore-pattern \'!bower_components/*\'" to override.'];
0 comments on commit
fe0551b