source: node_modules/jsonify/.eslintrc@ d24f17c

main
Last change on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 507 bytes
Line 
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "complexity": 0,
8 "consistent-return": 1,
9 "func-style": [2, "declaration"],
10 "max-depth": 1,
11 "max-lines-per-function": 0,
12 "max-statements": 0,
13 "multiline-comment-style": 0,
14 "no-control-regex": 1,
15 "no-misleading-character-class": 1,
16 "no-restricted-syntax": 1,
17 "no-throw-literal": 0,
18 "no-unmodified-loop-condition": 0,
19 "sort-keys": 0,
20 },
21}
Note: See TracBrowser for help on using the repository browser.