Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import Alias from 'ember-cp-validations/validators/alias';
export default Alias.extend({
validate(value, options, model, attribute) {
return this._super(value, options, model, attribute) || true;
}
});