Mercurial > nebulaweb3
comparison default/node_modules/tablesaw/.eslintrc.json @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 { | |
2 "env": { | |
3 "browser": true, | |
4 "commonjs": true | |
5 }, | |
6 "extends": "eslint:recommended", | |
7 "globals": { | |
8 "process": true, | |
9 "$": true, | |
10 "Tablesaw": true, | |
11 "TablesawConfig": true | |
12 }, | |
13 "rules": { | |
14 "indent": [ | |
15 "error", | |
16 "tab" | |
17 ], | |
18 "linebreak-style": [ | |
19 "error", | |
20 "unix" | |
21 ], | |
22 "quotes": [ | |
23 "warn", | |
24 "double" | |
25 ], | |
26 "semi": [ | |
27 "error", | |
28 "always" | |
29 ] | |
30 } | |
31 } |