From 426579ac8e06545eb156149a2003c821cde1ecb5 Mon Sep 17 00:00:00 2001 From: Brian Blakely Date: Fri, 25 Mar 2016 04:19:43 +0000 Subject: [PATCH] The Webpack config is compatible with ES5, and does not need to comply with code style. --- .eslintignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..f84c843 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +webpack.config.js \ No newline at end of file