From 9bb004a5e667dc360d572487b7b19d64b0ef9ed3 Mon Sep 17 00:00:00 2001 From: Kai Wang Date: Thu, 18 Feb 2016 14:04:50 -0800 Subject: [PATCH] Use install location of standard as eslint `cwd` Fixes https://github.com/feross/snazzy/issues/8 --- options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/options.js b/options.js index 8f50364..ed174b5 100644 --- a/options.js +++ b/options.js @@ -22,5 +22,6 @@ module.exports = { eslintConfig: { baseConfig: config }, + cwd: __dirname, formatter: 'Formatting is no longer included with standard. Install it separately: "npm install -g standard-format"' }