[js-testing] type checking for dates.js (#2893)

* tests for dates.js

* linting

* test fduration output

* ignore warnings in code climate

* use eslint-2 otherwise defaults to eslint-3

* test eslint 1

* remove channel rule

* disable checks

* checks for eslint engine
This commit is contained in:
Alanna Scott
2017-06-07 22:27:21 -07:00
committed by GitHub
parent 205eed8350
commit d3ace6d63f
3 changed files with 90 additions and 1 deletions

View File

@@ -105,4 +105,3 @@ export const epochTimeXYearsAgo = function (y) {
.utc()
.valueOf();
};