Skip to content

Commit b4dacb2

Browse files
committed
bugfix(module): path.join more reliable across environments
1 parent de0552c commit b4dacb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
var YAML = require('yamljs');
33
var path = require('path');
44

5-
module.exports = YAML.load(path.join(__dirname, './eslintrc.yml'));
5+
module.exports = YAML.load(path.join(__dirname, 'eslintrc.yml'));

0 commit comments

Comments
 (0)