diff options
Diffstat (limited to 'node_modules/liftoff/.jshintrc')
| -rw-r--r-- | node_modules/liftoff/.jshintrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/node_modules/liftoff/.jshintrc b/node_modules/liftoff/.jshintrc new file mode 100644 index 000000000..687108403 --- /dev/null +++ b/node_modules/liftoff/.jshintrc @@ -0,0 +1,11 @@ +{ + "undef": true, + "unused": true, + "node": true, + "esnext": true, + "expr": true, + "globals": { + "describe": true, + "it": true + } +} |
