Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jan 26, 2021
1 parent 3723b7f commit b28a6b1
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 126 deletions.
34 changes: 17 additions & 17 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"parser": "babel-eslint",
"extends": [
"oceanprotocol",
"oceanprotocol/react",
"plugin:prettier/recommended",
"prettier/react",
"prettier/standard"
],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
},
"env": { "browser": true },
"settings": {
"react": {
"version": "16.8"
}
"parser": "babel-eslint",
"extends": [
"oceanprotocol",
"oceanprotocol/react",
"plugin:prettier/recommended",
"prettier/react",
"prettier/standard"
],
"plugins": ["prettier"],
"rules": {
"prettier/prettier": "error"
},
"env": { "browser": true, "es6": true, "node": true },
"settings": {
"react": {
"version": "detect"
}
}
}
Loading

1 comment on commit b28a6b1

@vercel
Copy link

@vercel vercel bot commented on b28a6b1 Jan 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.