Skip to content

Commit fe42d0b

Browse files
committed
Made single quotes to double quotes
1 parent e9b59b7 commit fe42d0b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

linters/.eslintrc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -190,23 +190,23 @@
190190
"react/wrap-multilines": 2,
191191
"react/sort-comp": [2, {
192192
"order": [
193-
'displayName',
194-
'propTypes',
195-
'contextTypes',
196-
'childContextTypes',
197-
'mixins',
198-
'statics',
199-
'defaultProps',
200-
'getDefaultProps',
201-
'getInitialState',
202-
'getChildContext',
203-
'componentWillMount',
204-
'componentDidMount',
205-
'componentWillReceiveProps',
206-
'shouldComponentUpdate',
207-
'componentWillUpdate',
208-
'componentDidUpdate',
209-
'componentWillUnmount',
193+
"displayName",
194+
"propTypes",
195+
"contextTypes",
196+
"childContextTypes",
197+
"mixins",
198+
"statics",
199+
"defaultProps",
200+
"getDefaultProps",
201+
"getInitialState",
202+
"getChildContext",
203+
"componentWillMount",
204+
"componentDidMount",
205+
"componentWillReceiveProps",
206+
"shouldComponentUpdate",
207+
"componentWillUpdate",
208+
"componentDidUpdate",
209+
"componentWillUnmount",
210210
"/^on.+$/",
211211
"/^get.+$/",
212212
"/^render.+$/",

0 commit comments

Comments
 (0)