How to use globjoin - 1 common examples

To help you get started, we’ve selected a few globjoin examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github stylelint / stylelint / src / buildConfig.js View on Github external
config.ignoreFiles = [].concat(config.ignoreFiles).map(glob => {
      if (path.isAbsolute(glob)) return glob
      return globjoin(configDir, glob)
    })
  }

globjoin

Join paths and globs.

MIT
Latest version published 8 years ago

Package Health Score

65 / 100
Full package analysis

Popular globjoin functions