@lion/validate
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.3](https://github.com/ing-bank/lion/compare/@lion/validate@0.1.2...@lion/validate@0.1.3) (2019-04-28) | ||
### Bug Fixes | ||
* update storybook/linting; adjust story labels, eslint ignores ([8d96f84](https://github.com/ing-bank/lion/commit/8d96f84)) | ||
## [0.1.2](https://github.com/ing-bank/lion/compare/@lion/validate@0.1.1...@lion/validate@0.1.2) (2019-04-27) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lion/validate", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Validate your form elements", | ||
@@ -35,11 +35,11 @@ "author": "ing-bank", | ||
"dependencies": { | ||
"@lion/core": "^0.1.2", | ||
"@lion/localize": "^0.1.2" | ||
"@lion/core": "^0.1.3", | ||
"@lion/localize": "^0.1.3" | ||
}, | ||
"devDependencies": { | ||
"@open-wc/storybook": "^0.1.5", | ||
"@open-wc/demoing-storybook": "^0.2.0", | ||
"@open-wc/testing": "^0.11.1", | ||
"sinon": "^7.2.2" | ||
}, | ||
"gitHead": "6497db62d375612d691f00120daa0cdb2d899dc5" | ||
"gitHead": "bb1d1448b59f5b6579880a521f0695578d09eb73" | ||
} |
@@ -1,2 +0,2 @@ | ||
/* eslint-disable no-underscore-dangle, class-methods-use-this, camelcase, no-param-reassign */ | ||
/* eslint-disable class-methods-use-this, camelcase, no-param-reassign */ | ||
@@ -3,0 +3,0 @@ import { dedupeMixin, SlotMixin } from '@lion/core'; |
@@ -1,5 +0,2 @@ | ||
/* | ||
eslint-disable class-method-use-this, | ||
no-underscore-dangle, no-unused-expressions, no-unused-vars, no-param-reassign | ||
*/ | ||
/* eslint-disable no-unused-vars, no-param-reassign */ | ||
import { expect, fixture, html, unsafeStatic, defineCE, aTimeout } from '@open-wc/testing'; | ||
@@ -23,3 +20,2 @@ import sinon from 'sinon'; | ||
class extends ValidateMixin(LionLitElement) { | ||
// eslint-disable-line max-len | ||
static get properties() { | ||
@@ -539,3 +535,2 @@ return { | ||
class extends ValidateMixin(LionLitElement) { | ||
// eslint-disable-line max-len | ||
static get properties() { | ||
@@ -823,3 +818,2 @@ return { | ||
// eslint-disable-next-line class-methods-use-this | ||
translateMessage(rawKeys) { | ||
@@ -1098,4 +1092,2 @@ const translationData = { | ||
const is12Validator = () => [modelValue => ({ is12Validator: modelValue === 12 })]; | ||
// eslint-disable-next-line max-len | ||
const orderName = defineCE( | ||
@@ -1102,0 +1094,0 @@ class extends ValidateMixin(LionLitElement) { |
@@ -1,3 +0,1 @@ | ||
/* eslint-env mocha */ | ||
/* eslint-disable class-method-use-this, no-underscore-dangle, no-unused-expressions */ | ||
import { expect } from '@open-wc/testing'; | ||
@@ -4,0 +2,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141504
2695
Updated@lion/core@^0.1.3
Updated@lion/localize@^0.1.3