Skip to main content
Module

x/realtime/.eslintrc

An isomorphic Javascript client for Supabase Realtime server.
File
{ "parserOptions": { "ecmaVersion": 6 }, "ecmaFeatures": { "modules": true }, "env": { "node": true }, "globals": { "window": true }, "rules": { "curly": 2, "no-eq-null": 2, "comma-dangle": [ 2, "always-multiline" ], "no-caller": 2, "dot-notation": 0, "no-debugger": 2, "no-undef": 2 }}