angular-d3-word-cloud
Version:
Running example base on express server
39 lines (38 loc) • 592 B
YAML
env:
commonjs: true
es6: true
browser: true
extends:
- eslint:recommended
- angular
globals:
before: true
beforeEach: true
d3: true
describe: true
expect: true
inject: true
it: true
process: true
spyOn: true
document: true
__dirname: true
__testBase: true
"$": true
rules:
indent:
- error
- 3
angular/controller-as-vm: 'off'
angular/log: 'off'
angular/angularelement: 'off'
angular/document-service: 'off'
no-undef: error
no-console: 'off'
quotes:
- error
- single
semi:
- error
- always