open-consul/ui/packages/consul-ui/blueprints/model/index.js
John Cowen 493ebb0713
ui: Move linting to the node:test script (#9385)
* Reconfigure linting to be a node-test

* Fixup linting across the project
2020-12-14 15:28:35 +00:00

20 lines
304 B
JavaScript

'use strict';
module.exports = {
description: 'Generates a Consul HTTP ember-data model',
availableOptions: [],
root: __dirname,
locals(options) {
// Return custom template variables here.
return {
};
}
// afterInstall(options) {
// // Perform extra work here.
// }
};