www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

.babelrc (566B)


      1 {
      2   "compact": false,
      3   "retainLines": true,
      4   "presets": [],
      5   "ignore": [
      6     "resource/require.js",
      7     "chrome/content/zotero/include.js",
      8     "chrome/content/zotero/xpcom/citeproc.js",
      9     "resource/csl-validator.js",
     10     "resource/react.js",
     11     "resource/react-dom.js",
     12     "resource/bluebird.js",
     13     "resource/bluebird/*.js",
     14     "test/resource/*.js"
     15   ],
     16   "plugins": [
     17     "syntax-jsx",
     18     "transform-react-jsx",
     19     "transform-react-display-name",
     20     [
     21       "transform-es2015-modules-commonjs",
     22       {
     23         "strictMode": false
     24       }
     25     ]
     26   ]
     27 }