tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.eslintrc.mjs (236B)


      1 /**
      2 * Any copyright is dedicated to the Public Domain.
      3 * http://creativecommons.org/publicdomain/zero/1.0/
      4 */
      5 
      6 import globals from "globals";
      7 
      8 export default [
      9  {
     10    languageOptions: {
     11      globals: globals.worker,
     12    },
     13  },
     14 ];