diff options
Diffstat (limited to 'includes/external/matrix/node_modules/another-json/.jshint')
-rw-r--r-- | includes/external/matrix/node_modules/another-json/.jshint | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/includes/external/matrix/node_modules/another-json/.jshint b/includes/external/matrix/node_modules/another-json/.jshint new file mode 100644 index 0000000..41484cf --- /dev/null +++ b/includes/external/matrix/node_modules/another-json/.jshint @@ -0,0 +1,11 @@ +{ + "node": true, + "jasmine": true, + + "nonew": true, + "curly": true, + "forin": true, + "freeze": true, + "undef": true, + "unused": "vars" +} |