We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0552c commit b4dacb2Copy full SHA for b4dacb2
index.js
@@ -2,4 +2,4 @@
2
var YAML = require('yamljs');
3
var path = require('path');
4
5
-module.exports = YAML.load(path.join(__dirname, './eslintrc.yml'));
+module.exports = YAML.load(path.join(__dirname, 'eslintrc.yml'));
0 commit comments