From cd3c06cdc7f62cd5017311eea3277bec9dd02542 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 28 Jul 2016 10:19:35 -0600 Subject: Adding a eslintrc.json file for custom rules --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index db4a4ea..28d9703 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,4 +47,5 @@ RUN apt-get install -y \ # https://github.com/airbnb/javascript/issues/952 RUN npm install -g eslint@\^2.10.2 eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y@\^1.2.2 - +# Install the eslintrc.json +ADD eslintrc.json /root/.eslintrc.json -- cgit v1.2.3