Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 89445d0

Browse files
committed
Merge pull request #343 from balupton/patch-1
Fix .eslintrc.js
2 parents c4b531b + 1ee9724 commit 89445d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Communication.on('JOB', function(job) {
4444
let configInPackage = false
4545
global.__LINTER_RESPONSE = []
4646

47-
configFile = find(params.fileDir, ['eslintrc.js', '.eslintrc.yaml', '.eslintrc.yml', '.eslintrc.json', '.eslintrc'])
47+
configFile = find(params.fileDir, ['.eslintrc.js', '.eslintrc.yaml', '.eslintrc.yml', '.eslintrc.json', '.eslintrc'])
4848
if (!configFile) {
4949
const packagePath = find(params.fileDir, 'package.json')
5050
if (packagePath) {

0 commit comments

Comments
 (0)