Skip to content

Commit

Permalink
Update eslint-config-chartjs to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Feb 10, 2021
1 parent 8fa073a commit d06d0cf
Show file tree
Hide file tree
Showing 365 changed files with 42,950 additions and 42,954 deletions.
6 changes: 3 additions & 3 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 @@ -58,7 +58,7 @@
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.16.0",
"eslint-config-chartjs": "^0.2.0",
"eslint-config-chartjs": "^0.3.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-html": "^6.1.1",
"glob": "^7.1.6",
Expand Down
8 changes: 2 additions & 6 deletions samples/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ globals:
randomScalingFactor: true

rules:
no-new: 0
no-var: 0
object-shorthand: 0
prefer-arrow-callback: 0
no-invalid-this: 0
no-unneeded-ternary: 0
indent: ["error", "tab", {flatTernaryExpressions: true}]
no-new: "off"
Loading

0 comments on commit d06d0cf

Please sign in to comment.