diff options
author | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-28 10:19:35 -0600 |
---|---|---|
committer | Cody Hiar <cody.hiar@investopedia.com> | 2016-07-28 10:19:35 -0600 |
commit | cd3c06cdc7f62cd5017311eea3277bec9dd02542 (patch) | |
tree | 4f99f3f5f9e45788b2f9323487ec829f9b7dbcea /Dockerfile | |
parent | b52711cabe53ed466fce24fcf9d4377ba3c5292b (diff) |
Adding a eslintrc.json file for custom rules
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |