Skip to content

Commit

Permalink
Update chartjs-test-utils to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Feb 10, 2021
1 parent ddfbcf7 commit 32299ea
Show file tree
Hide file tree
Showing 13 changed files with 993 additions and 992 deletions.
248 changes: 243 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"chartjs-adapter-moment": "^0.1.2",
"chartjs-test-utils": "^0.1.2",
"chartjs-test-utils": "^0.2.0",
"concurrently": "^5.3.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
Expand Down
26 changes: 0 additions & 26 deletions test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
parserOptions:
ecmaVersion: 6

env:
es6: true
jasmine: true
commonjs: true
es2017: false
es2020: false

globals:
acquireChart: true
Expand All @@ -15,23 +8,4 @@ globals:
moment: true
waitForResize: true

# https://eslint.org/docs/rules/
rules:
# Best Practices
complexity: 0
max-statements: [0, 100]
# Loosen up for tests
no-var: 0
prefer-arrow-callback: 0
prefer-spread: 0
prefer-const: 0
object-shorthand: 0
import/no-commonjs: 0
no-invalid-this: 0
array-callback-return: 0
operator-assignment: 0
no-empty-function: 0
import/no-namespace: 0
prefer-rest-params: 0
no-unneeded-ternary: 0

Loading

0 comments on commit 32299ea

Please sign in to comment.