mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-05 12:41:44 -05:00
Use lebab to transpile ES5 code to ES6. Use eslint to fix styling issues afterwards. Run all js in strict mode to allow let/const in Node 4.
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
concurrency: 16,
|
|
storePath: 'node_modules/.store',
|
|
logger: 'pretty'
|
|
}
|