0f6186b231
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
17 lines
350 B
JSON
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": {}
|
|
}
|