28b49ebef2
Currently, murano-dashboard has "devDependencies": { "eslint": "^0.23.0", "eslint-config-openstack": "1.2.0" } while horizon has switched to more recent and stable options of: "eslint": "1.2.1", "eslint-config-openstack": "1.2.3" This updates the devDependencies in Murano dashboard to mirror those of horizon. Change-Id: I56b93cfba2d69319ca4d4a5f1b5983009b302168 Closes-Bug: #1524552
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "muranodashboard",
|
|
"description": "Murano Dashboard",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"eslint": "1.2.1",
|
|
"eslint-config-openstack": "1.2.3"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --no-color muranodashboard/static"
|
|
},
|
|
"dependencies": {}
|
|
}
|