-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.eslintrc
More file actions
27 lines (27 loc) · 708 Bytes
/
.eslintrc
File metadata and controls
27 lines (27 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
// "parserOptions": {
// "ecmaVersion": 6,
// "sourceType": "module"
// },
// "env": {
// "node": true
// },
// "rules": {
// "no-const-assign": "error",
// "newline-before-return": "error",
// "semi": "error",
// "no-unreachable": "error",
// "no-extra-semi": "error",
// "no-unexpected-multiline": "error",
// "comma-dangle": [
// "error",
// {
// "arrays": "never",
// "objects": "never",
// "imports": "never",
// "exports": "never",
// "functions": "never"
// }
// ]
// }
}