cms/app-client/.jshintrc
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 16:19:25 +0200
changeset 183 cc8b022088c8
parent 173 cf7b221238fd
child 221 0bee030d7411
permissions -rw-r--r--
Bubble click area + Linting
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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": [
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     3
        "server",
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     4
        "document",
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     5
        "window",
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     6
        "-Promise"
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     7
    ],
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     8
    "browser": true,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
     9
    "boss": true,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    10
    "curly": true,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    11
    "debug": false,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    12
    "devel": true,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    13
    "eqeqeq": true,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    14
    "evil": true,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    15
    "forin": false,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    16
    "immed": false,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    17
    "laxbreak": false,
cc8b022088c8 Bubble click area + Linting
Chloe Laisne <chloe.laisne@gmail.com>
parents: 173
diff changeset
    18
    "newcap": true,
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
}