Skip to content

Commit

Permalink
fix: eslint ignore examples
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jun 15, 2024
1 parent af68a78 commit beb7e92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"ignorePatterns": [
"docs",
"docs-html",
"packages/*/build"
"packages/*/build",
"examples"
],
"plugins": [
"@typescript-eslint",
Expand Down
8 changes: 1 addition & 7 deletions examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
Expand All @@ -55,4 +49,4 @@
"stream-browserify": "^3.0.0",
"url": "^0.11.0"
}
}
}

0 comments on commit beb7e92

Please sign in to comment.