Skip to content

Commit b471eba

Browse files
committed
fix: typo in path resolve
1 parent 4b471f8 commit b471eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/eslint-config-compass/bin/eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const eslintBinPath = path.resolve(
66
path.dirname(require.resolve('eslint/package.json')),
77
eslintPkgJson.bin.eslint
88
);
9-
const sharedEslintConfigPath = path.resolve(__dirname, '...');
9+
const sharedEslintConfigPath = path.resolve(__dirname, '..');
1010
if (!process.argv.includes('--resolve-plugins-relative-to')) {
1111
process.argv.push('--resolve-plugins-relative-to', sharedEslintConfigPath);
1212
}

0 commit comments

Comments
 (0)