a4c47b80f7
Set up package to use eslint-openstack-config for linting. Amended existing files to ensure they pass linting tests. Change-Id: I55dfe4cd9cdee99f19b80147df73f66951ca1372
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"name": "ironic-ui",
|
|
"version": "1.0.0",
|
|
"description": "Horizon plugin for OpenStack Ironic.",
|
|
"scripts": {
|
|
"lint": "eslint ./"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.openstack.org/openstack/ironic-ui"
|
|
},
|
|
"author": "Openstack <openstack-dev@lists.openstack.org>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-openstack": "^1.2.4",
|
|
"eslint-plugin-angular": "1.0.0"
|
|
}
|
|
}
|