aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/.jshintrc
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-04-26 13:03:02 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-04-26 13:03:02 -0700
commita49e73090cf4e0543dc946eec0eb17dd880b3538 (patch)
tree298ae1396229c334bd4aabd6fb2eba719089603b /src/node/.jshintrc
parentc3d869ef5853c4cfad57b7d3694d5260eeb7ce75 (diff)
parentd354f114c102bad6e74f58c3681a8b6658ef64a3 (diff)
Merge pull request #5445 from murgatroid99/node_protoc_plugin
Create a protoc plugin for Node.js gRPC
Diffstat (limited to 'src/node/.jshintrc')
-rw-r--r--src/node/.jshintrc28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/node/.jshintrc b/src/node/.jshintrc
deleted file mode 100644
index 8237e0d2b6..0000000000
--- a/src/node/.jshintrc
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "bitwise": true,
- "curly": true,
- "eqeqeq": true,
- "esnext": true,
- "freeze": true,
- "immed": true,
- "indent": 2,
- "latedef": "nofunc",
- "maxlen": 80,
- "newcap": true,
- "node": true,
- "noarg": true,
- "quotmark": "single",
- "strict": true,
- "trailing": true,
- "undef": true,
- "unused": "vars",
- "globals": {
- /* Mocha-provided globals */
- "describe": false,
- "it": false,
- "before": false,
- "beforeEach": false,
- "after": false,
- "afterEach": false
- }
-}