We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9571b1 commit bd7484fCopy full SHA for bd7484f
lib/parse-args.js
@@ -4,7 +4,7 @@ const { readFileSync } = require('fs')
4
const Yargs = require('yargs/yargs')
5
const parser = require('yargs-parser')
6
7
-const configPath = findUp.sync(['.c8rc', '.c8rc.json'])
+const configPath = findUp.sync(['.c8rc', '.c8rc.json', '.nycrc', `.nycrc.json`])
8
const config = configPath ? JSON.parse(readFileSync(configPath)) : {}
9
10
function buildYargs (withCommands = false) {
0 commit comments