UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

19 lines (14 loc) 198 B
{ "root": true, "extends": "@ljharb", "env": { "browser": true, "node": true, }, "globals": { "globalThis": false, }, "rules": { "max-statements-per-line": [2, { "max": 2 }] } }