Skip to content

Commit 98e78bd

Browse files
author
Clauderic Demers
committed
chore: update ESLint
1 parent dd3151f commit 98e78bd

File tree

3 files changed

+372
-548
lines changed

3 files changed

+372
-548
lines changed

.eslintrc.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"react/forbid-prop-types": "off",
1616
"react/jsx-filename-extension": "off",
1717
"react/no-unused-prop-types": "off",
18-
"shopify/binary-assignment-parens": "off",
1918
"react/no-string-refs": 1,
20-
"react/no-deprecated": 1
19+
"react/no-deprecated": 1,
20+
"shopify/binary-assignment-parens": "off",
21+
"sort-class-members/sort-class-members": "off"
2122
}
2223
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
"babel-plugin-transform-async-to-promises": "^0.8.4",
7474
"classnames": "^2.2.5",
7575
"css-loader": "^2.1.0",
76-
"eslint": "^4.10.0",
77-
"eslint-plugin-shopify": "^26.1.2",
76+
"eslint": "^5.16.0",
77+
"eslint-plugin-shopify": "^27.0.1",
7878
"extract-text-webpack-plugin": "^1.0.1",
7979
"html-webpack-plugin": "^2.16.1",
8080
"husky": "^1.3.1",

0 commit comments

Comments
 (0)