Skip to content

Commit d06d0cf

Browse files
committed
Update eslint-config-chartjs to v0.3.0
1 parent 8fa073a commit d06d0cf

File tree

365 files changed

+42950
-42954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+42950
-42954
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"coveralls": "^3.1.0",
5959
"cross-env": "^7.0.3",
6060
"eslint": "^7.16.0",
61-
"eslint-config-chartjs": "^0.2.0",
61+
"eslint-config-chartjs": "^0.3.0",
6262
"eslint-plugin-es": "^4.1.0",
6363
"eslint-plugin-html": "^6.1.1",
6464
"glob": "^7.1.6",

samples/.eslintrc.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,5 @@ globals:
77
randomScalingFactor: true
88

99
rules:
10-
no-new: 0
11-
no-var: 0
12-
object-shorthand: 0
13-
prefer-arrow-callback: 0
14-
no-invalid-this: 0
15-
no-unneeded-ternary: 0
10+
indent: ["error", "tab", {flatTernaryExpressions: true}]
11+
no-new: "off"

0 commit comments

Comments
 (0)