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

Commit fd8da80

Browse files
committed
revert: fix: remove example eslint config
This reverts commit 7a10fd8.
1 parent 7a10fd8 commit fd8da80

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/browser-webpack/.eslintrc

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"extends": "standard",
3+
"rules": {
4+
"react/jsx-uses-react": 2,
5+
"react/jsx-uses-vars": 2,
6+
"react/react-in-jsx-scope": 2
7+
},
8+
"plugins": [
9+
"react"
10+
]
11+
}

0 commit comments

Comments
 (0)