Skip to content

Commit f485a7d

Browse files
switch off warnings
1 parent abc2842 commit f485a7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/Visualizer/Gutenberg/.eslintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"rules": {
1818
"indent": [
19-
"warn",
19+
"off",
2020
"tab"
2121
],
2222
"linebreak-style": [
23-
"warn",
23+
"off",
2424
"unix"
2525
],
2626
"quotes": [

0 commit comments

Comments
 (0)