aswi2020sebela-gitlab/website/.eslintrc.json @ c8718599
1 |
{
|
---|---|
2 |
"env": { |
3 |
"browser": true, |
4 |
"es6": true |
5 |
}, |
6 |
"extends": [ |
7 |
"standard" |
8 |
], |
9 |
"globals": { |
10 |
"Atomics": "readonly", |
11 |
"SharedArrayBuffer": "readonly" |
12 |
}, |
13 |
"parserOptions": { |
14 |
"ecmaVersion": 11 |
15 |
}, |
16 |
"rules": { |
17 |
}, |
18 |
"plugins": [ |
19 |
"jquery" |
20 |
] |
21 |
}
|