From e935db172a7f6802cffc187078bc4c24f77b29a1 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Mon, 20 Feb 2017 13:25:37 -0700 Subject: [PATCH] add store linting rules --- src/store/.eslintrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/store/.eslintrc diff --git a/src/store/.eslintrc b/src/store/.eslintrc new file mode 100644 index 0000000..8eaf39f --- /dev/null +++ b/src/store/.eslintrc @@ -0,0 +1,5 @@ +{ + rules: { + "no-param-reassign": 0 + } +} \ No newline at end of file