We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 719ff38 + c198af8 commit d107749Copy full SHA for d107749
website/package.json
@@ -56,6 +56,12 @@
56
"markdown-react-code-preview-loader": "~2.1.2",
57
"metro-react-native-babel-preset": "0.73.6"
58
},
59
+ "eslintConfig": {
60
+ "extends": [
61
+ "react-app",
62
+ "react-app/jest"
63
+ ]
64
+ },
65
"browserslist": {
66
"production": [
67
">0.2%",
website/src/pages/components/button/index.tsx
@@ -3,3 +3,4 @@ import md from '@uiw/react-native/lib/Button/README.md';
3
4
const DEMO = () => <Preview {...md} />;
5
export default DEMO;
6
+
0 commit comments