UNPKG
@ivanwei/tui-date-picker
Version:
latest (0.0.1)
0.0.1
TOAST UI Components: DatePicker
github.com/ivanwei/tui.date-picker
ivanwei/tui.date-picker
@ivanwei/tui-date-picker
/
.eslintrc.js
17 lines
(16 loc)
•
291 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= {
"extends"
:
"tui"
,
"parserOptions"
: {
"ecmaVersion"
:
3
},
"env"
: {
"browser"
:
true
,
"jasmine"
:
true
,
"jquery"
:
true
,
"commonjs"
:
true
},
"globals"
: {
"tui"
:
true
,
"loadFixtures"
:
true
} };