outline-server/.shellcheckrc
2021-02-17 11:57:32 -05:00

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