Skip to content

Commit

Permalink
Reset cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sshyam-gupta committed Jul 9, 2023
1 parent d2691e9 commit 8464b4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 42 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"prettier/prettier": "error",
"react/react-in-jsx-scope": "off",
"react/prop-types": "off",
"react/jsx-no-bind": "off"
"react/jsx-no-bind": "off",
"react/require-default-props": "off"
}
}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ dist

example/build
example/node_modules

**/.DS_Store
41 changes: 0 additions & 41 deletions rollup.config.js

This file was deleted.

Binary file removed src/.DS_Store
Binary file not shown.

0 comments on commit 8464b4f

Please sign in to comment.