author | ymh <ymh.work@gmail.com> |
Sat, 06 Aug 2016 21:27:53 +0700 | |
changeset 260 | 64caee7ce38d |
parent 221 | 0bee030d7411 |
child 261 | 02e2396bcbbc |
permissions | -rw-r--r-- |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
{ |
183
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
2 |
"predef": [ |
221
0bee030d7411
Add popcorn-js in dependencies
Chloe Laisne <chloe.laisne@gmail.com>
parents:
183
diff
changeset
|
3 |
"Popcorn", |
183
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
4 |
"server", |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
5 |
"document", |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
6 |
"window", |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
7 |
"-Promise" |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
8 |
], |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
9 |
"browser": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
10 |
"boss": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
11 |
"curly": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
12 |
"debug": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
13 |
"devel": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
14 |
"eqeqeq": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
15 |
"evil": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
16 |
"forin": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
17 |
"immed": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
18 |
"laxbreak": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
19 |
"noarg": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
20 |
"noempty": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
21 |
"nonew": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
22 |
"nomen": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
23 |
"onevar": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
24 |
"plusplus": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
25 |
"regexp": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
26 |
"undef": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
27 |
"sub": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
28 |
"strict": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
29 |
"white": false, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
30 |
"eqnull": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
31 |
"esnext": true, |
cc8b022088c8
Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents:
173
diff
changeset
|
32 |
"unused": true |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
33 |
} |