
Synchronize the eslint and eslint-config-openstack versions with horizon. Change-Id: I117d1e5e418183cc72048a889acbd825a240cfe0
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "muranodashboard",
|
|
"description": "Murano Dashboard",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"eslint": "1.10.3",
|
|
"eslint-config-openstack": "1.2.4"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --no-color muranodashboard/static"
|
|
},
|
|
"dependencies": {}
|
|
}
|