Skip to content

Commit

Permalink
fix: Add .lintstagedrc.js to list of config files to search
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed May 21, 2018
1 parent a56d7c9 commit 9e27620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -26,6 +26,7 @@ function loadConfig(configPath) {
`.lintstagedrc.json`,
`.lintstagedrc.yaml`,
`.lintstagedrc.yml`,
`.lintstagedrc.js`,
`lint-staged.config.js`
]
})
Expand Down

0 comments on commit 9e27620

Please sign in to comment.