2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-25 05:00:32 +00:00

5 lines
155 B
JavaScript
Raw Normal View History

import { validateFormat } from 'ember-changeset-validations/validators';
export default {
Name: validateFormat({ regex: /^[A-Za-z0-9\-_]{1,128}$/ }),
};