Revision 04dec53f787a0300b959b1dac125a18655bfae61 authored by Facundo Olano on 17 September 2021, 10:31:23 UTC, committed by Facundo Olano on 17 September 2021, 10:31:23 UTC
1 parent b8f3201
Raw File
.eslintrc
{
  "env": {
    "es6": true,
    "mocha": true,
    "node": true
  },
  "extends": "semistandard",
  "plugins": [
    "standard"
  ],
  "rules": {
    "no-unused-vars": [2, { "vars": "all", "args": "after-used" }]
  }
}
back to top