Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chartjs-test-utils to v0.2.1 #8407

Merged
merged 2 commits into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1",
"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