1e7615fd52
This commit fixes the errors raised by eslint using openstack configurations. Change-Id: I3aa0c91e77f40c6383ac73850f5b93ebae9af323 Co-Authored-By: Caio Carrara <ccarrara@thoughtworks.com>
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
# Enable eslint-plugin-angular
|
|
plugins:
|
|
- angular
|
|
|
|
rules:
|
|
angular/module-setter: 0
|
|
angular/module-getter: 0
|