Skip to content

Commit 95911b8

Browse files
committed
Merge pull request #96 from codeclimate/devon/eslint-2-add-standard-plugin-config
eslint-2: Support standard style ESLint shared config and plugin
2 parents 70efbc9 + 5979e0f commit 95911b8

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM mhart/alpine-node:5.4
22
MAINTAINER Code Climate <hello@codeclimate.com>
33

44
WORKDIR /usr/src/app
5+
COPY npm-shrinkwrap.json /usr/src/app/
56
COPY package.json /usr/src/app/
67

78
RUN apk --update add git jq && \

npm-shrinkwrap.json

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
"babel-eslint": "6.0.4",
1212
"eslint": "2.10.2",
1313
"eslint-config-airbnb": "9.0.1",
14+
"eslint-config-standard": "5.3.1",
1415
"eslint-plugin-babel": "3.2.0",
1516
"eslint-plugin-import": "1.8.1",
1617
"eslint-plugin-jsx-a11y": "1.2.2",
18+
"eslint-plugin-promise": "1.3.1",
1719
"eslint-plugin-react": "5.1.1",
20+
"eslint-plugin-standard": "1.3.2",
1821
"glob": "7.0.3",
1922
"meld": "1.3.2"
2023
},

0 commit comments

Comments
 (0)