mirror of
https://github.com/obra/superpowers.git
synced 2026-04-23 01:49:04 +08:00
Bundle brainstorm server dependencies instead of requiring npm install
Vendor node_modules into the repo so the brainstorm server works immediately on fresh plugin installs without needing npm at runtime.
This commit is contained in:
11
skills/brainstorming/scripts/node_modules/has-symbols/.eslintrc
generated
vendored
Normal file
11
skills/brainstorming/scripts/node_modules/has-symbols/.eslintrc
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"max-statements-per-line": [2, { "max": 2 }],
|
||||
"no-magic-numbers": 0,
|
||||
"multiline-comment-style": 0,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user