Include SafeQL configuration conditionally
karlhorky opened this issue · comments
Karl Horky commented
Only enable the SafeQL configuration if:
- If
@ts-safeql/eslint-plugin
anddotenv-safe
are installed in the project (in combineddependencies
anddevDependencies
inpackage.json
) - If the environment variables are available via
dotenv-safe
- If the platform is not Windows, until the following issues are resolved:
Karl Horky commented
We may be able to enable SafeQL on Windows soon: