Skip to content

Commit 65173ea

Browse files
author
Ruslan Tereshchenko
committed
[ter] refactored document methods
1 parent f13980a commit 65173ea

File tree

3 files changed

+274
-265
lines changed

3 files changed

+274
-265
lines changed

.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@
138138
},
139139
"ObjectPattern": {
140140
"multiline": true,
141-
"minProperties": 2
141+
"minProperties": 3
142142
},
143143
"ImportDeclaration": {
144144
"multiline": true,
145-
"minProperties": 2
145+
"minProperties": 3
146146
},
147147
"ExportDeclaration": "never"
148148
}

0 commit comments

Comments
 (0)