Skip to content

Commit d047be7

Browse files
author
Sashko Stubailo
committed
Remove unneeded rule
1 parent e2ad1fd commit d047be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/admin/eslint/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"consistent-this": [0, "that"],
112112
"curly": [0, "multi"],
113113
"default-case": 0,
114-
"dot-notation": [2, { "allowKeywords": true }],
114+
"dot-notation": [0, { "allowKeywords": true }],
115115
"eol-last": 2,
116116
"eqeqeq": 2,
117117
"func-names": 0,

0 commit comments

Comments
 (0)