0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-08 18:38:40 +00:00

Bump eslint version

This commit is contained in:
Trevor Buckner
2020-02-04 11:09:15 -05:00
parent 928b553b19
commit f0d9fcf942
3 changed files with 531 additions and 463 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const RecentItems = createClass({
componentDidMount : function() {
//== Load recent items list ==//
//== Load recent items list ==//
let edited = JSON.parse(localStorage.getItem(EDIT_KEY) || '[]');
let viewed = JSON.parse(localStorage.getItem(VIEW_KEY) || '[]');
+529 -461
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -58,7 +58,7 @@
"vitreum": "^4.10.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"pico-check": "^1.3.2"
}