jagql/store-sequelize

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage

{
  "extends": "standard",
  "plugins": [
    "standard",
    "promise",
    "mocha"
  ],
  "env": {
    "mocha": true,
    "node": true
  },
  "rules": {
    "mocha/no-exclusive-tests": "error",
    "mocha/no-global-tests": "error",
    "mocha/no-identical-title": "error",
    "mocha/no-nested-tests": "error",
    "mocha/no-sibling-hooks": "error"
  }
}