tor-browser

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

.eslintrc (85B)


      1 root: true
      2 
      3 parserOptions:
      4   ecmaVersion: 2015
      5 
      6 env:
      7   node: true
      8 
      9 extends: standard