deb-ironic-ui/package.json
Kirill Zaitsev 0f6186b231 Adopt openstack-config for eslint
Since openstack-config for eslint is now published on npm we should use
it as basis for our linting rules. It is actually stricter, than our
current semi-default config as it enables some of the previously
unchecked rules.

Partially implements: blueprint add-js-lint-jobs

Change-Id: I0cb8247167a44f30a657693442f99a87f116350a
2015-07-29 00:43:24 +03:00

17 lines
350 B
JSON

{
"version": "0.0.0",
"private": true,
"name": "muranodashboard",
"description": "Murano Dashboard",
"repository": "none",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "^0.23.0",
"eslint-config-openstack": "1.2.0"
},
"scripts": {
"lint": "eslint --no-color muranodashboard/static"
},
"dependencies": {}
}