Skip to content

Commit

Permalink
/2
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Jul 13, 2024
1 parent b4e46da commit e930f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from 'dot-prop';

function getConfigDirectory(id, globalConfigPath) {
const pathPrefix = options.globalConfigPath
const pathPrefix = globalConfigPath
? path.join(id, 'config.json')

Check failure on line 12 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 22

Expected indentation of 2 tabs but found 3.

Check failure on line 12 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 20

Expected indentation of 2 tabs but found 3.

Check failure on line 12 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 18

Expected indentation of 2 tabs but found 3.
: path.join('configstore', `${id}.json`);

Check failure on line 13 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 22

Expected indentation of 2 tabs but found 3.

Check failure on line 13 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 20

Expected indentation of 2 tabs but found 3.

Check failure on line 13 in index.js

View workflow job for this annotation

GitHub Actions / Node.js 18

Expected indentation of 2 tabs but found 3.

Expand Down

0 comments on commit e930f5b

Please sign in to comment.