7eab971d3f
This ports over changes made in openstack-health to convert the project from jshint to eslint, with the eslint-config-openstack plugin. Change-Id: Iaa0490d07603e2481e1c738136f9fda1be95dea8
15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
# Use eslint-config-openstack
|
|
extends: openstack
|
|
|
|
# Set up globals
|
|
globals:
|
|
angular: false
|
|
module: false
|
|
|
|
env:
|
|
browser: true
|
|
jasmine: true
|
|
|
|
rules:
|
|
module-setter: 0
|