github.com/zoomfoo/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/ui/tests/.eslintrc.js (about)

     1  module.exports = {
     2    globals: {
     3      server: true,
     4      selectChoose: true,
     5      selectSearch: true,
     6      removeMultipleOption: true,
     7      clearSelected: true,
     8      getCodeMirrorInstance: true,
     9    },
    10    env: {
    11      embertest: true,
    12    },
    13  };