heyprof/angularjs-input-tags

View on GitHub
.eslintrc

Summary

Maintainability
Test Coverage
{
  "extends": "standard",
  "globals": {
    "expect": true,
    "angular": true,
    "inject": true
  },
  "root": true,
  "env": {
    "browser": true,
    "jasmine": true
  }
}