source:
trip-planner-front/node_modules/estraverse/.jshintrc@
b738035
Last change on this file since b738035 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 242 bytes |
Line | |
---|---|
1 | { |
2 | "curly": true, |
3 | "eqeqeq": true, |
4 | "immed": true, |
5 | "eqnull": true, |
6 | "latedef": true, |
7 | "noarg": true, |
8 | "noempty": true, |
9 | "quotmark": "single", |
10 | "undef": true, |
11 | "unused": true, |
12 | "strict": true, |
13 | "trailing": true, |
14 | |
15 | "node": true |
16 | } |
Note:
See TracBrowser
for help on using the repository browser.