diff options
Diffstat (limited to '.jshintrc')
| -rw-r--r-- | .jshintrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..7c84ea6 --- /dev/null +++ b/.jshintrc | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | { | ||
| 2 | "strict": false, | ||
| 3 | "esversion": 6, | ||
| 4 | "curly": true, | ||
| 5 | "noempty": true, | ||
| 6 | "trailing": true, | ||
| 7 | "white": false, | ||
| 8 | "evil": true | ||
| 9 | } | ||
