mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
10 lines
264 B
Text
10 lines
264 B
Text
# Configuration for `yarn shellcheck` and IDEs
|
|
|
|
# Enable relative path references
|
|
source-path=SCRIPTDIR
|
|
|
|
# The style guide says "quote your variables"
|
|
enable=quote-safe-variables
|
|
|
|
# The style guide says 'prefer "${var}" over "$var"'
|
|
enable=require-variable-braces
|