The smokesignal.events web application
at main 8 lines 206 B view raw
1{ 2 "$schema": "https://raw.githubusercontent.com/oxc-project/oxc/main/npm/oxlint/configuration_schema.json", 3 "rules": { 4 "no-unused-vars": "warn", 5 "no-console": "off", 6 "eqeqeq": "error" 7 } 8}