From 91f63840db1a01e2f0cd3f7b1321b52d9a97bd44 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 30 Mar 2016 12:34:24 -0700 Subject: [PATCH] tools: remove obsolete lint config file All JS files have been moved out of the `src` directory so the `.eslintrc` file in that directory can also be removed. --- src/.eslintrc | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/.eslintrc diff --git a/src/.eslintrc b/src/.eslintrc deleted file mode 100644 index fe4790f6286b4f..00000000000000 --- a/src/.eslintrc +++ /dev/null @@ -1,6 +0,0 @@ -rules: - # ECMAScript-6 - # http://eslint.org/docs/rules/#ecmascript-6 - prefer-template: 2 - # Custom rules in tools/eslint-rules - buffer-constructor: 2