gravadigital / generator-grava-node-api

MIT License
1 stars 0 forks source link

Allow mocha in eslint #23

Open lautaroalvarez opened 2 years ago

lautaroalvarez commented 2 years ago

In .eslintrc file allow "mocha" words.

  "env": {
    "node": true,
    "es6": true,
    "mocha": true
  },