Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
revert: fix: remove example eslint config
Browse files Browse the repository at this point in the history
This reverts commit 7a10fd8.
  • Loading branch information
hugomrdias committed Oct 29, 2018
1 parent 7a10fd8 commit fd8da80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/browser-webpack/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "standard",
"rules": {
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2
},
"plugins": [
"react"
]
}

0 comments on commit fd8da80

Please sign in to comment.