source: trip-planner-front/node_modules/qs/test/.eslintrc@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 422 bytes
Line 
1{
2 "rules": {
3 "array-bracket-newline": 0,
4 "array-element-newline": 0,
5 "consistent-return": 2,
6 "function-paren-newline": 0,
7 "max-lines": 0,
8 "max-lines-per-function": 0,
9 "max-nested-callbacks": [2, 3],
10 "max-statements": 0,
11 "no-buffer-constructor": 0,
12 "no-extend-native": 0,
13 "no-magic-numbers": 0,
14 "object-curly-newline": 0,
15 "sort-keys": 0
16 }
17}
Note: See TracBrowser for help on using the repository browser.