UNPKG
eslint-plugin-reblend
Version:
latest (7.34.19)
7.34.19
7.34.18
7.34.17
7.34.16
7.34.15
7.34.14
7.34.12
7.34.11
7.34.9
7.34.8
7.34.7
7.34.6
7.34.5
7.34.3
7.34.2
Reblend specific linting rules for ESLint
scyberLink/create-reblend-app
eslint-plugin-reblend
/
lib
/
util
/
lifecycleMethods.js
19 lines
(16 loc)
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** *
@fileoverview
lifecycle methods *
@author
Tan Nguyen */
'use strict'
;
module
.
exports
= {
instance
: [
'connectedCallback'
,
'disconnectedCallback'
,
'init'
,
'componentWillMount'
,
'componentDidMount'
,
'cleanUp'
,
'html'
, ], };