Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 970f48c

Browse files
committed
using the new getPaths function
1 parent 4bd8d52 commit 970f48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fs = require("fs")
33

44
module.exports = ->
55
defaultConfigPath = path.normalize(path.join(process.env.HOME or process.env.HOMEPATH, ".htmlhintrc"))
6-
projectConfigPath = path.normalize(path.join(atom.project.getPath(), ".htmlhintrc"))
6+
projectConfigPath = path.normalize(path.join(atom.project.getPaths()[0], ".htmlhintrc"))
77
config = {}
88

99
try

0 commit comments

Comments
 (0)