urbit-ob

JavaScript utilities for phonemic base wrangling.
git clone git://git.jtobin.io/urbit-ob.git
Log | Files | Refs | README

.eslintrc.json (327B)


      1 {
      2     "env": {
      3         "browser": true,
      4         "commonjs": true,
      5         "es6": true,
      6         "node": true
      7     },
      8     "extends": "eslint:recommended",
      9     "globals": {
     10         "Atomics": "readonly",
     11         "SharedArrayBuffer": "readonly"
     12     },
     13     "parserOptions": {
     14         "ecmaVersion": 2018
     15     },
     16     "rules": {
     17     }
     18 }