Skip to content

Commit 250b20c

Browse files
committed
🪲 eslint
1 parent 2f1793a commit 250b20c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
}
3232
],
3333
'@typescript-eslint/explicit-module-boundary-types': 'off',
34+
'react/prop-types': 'off',
3435
},
3536
overrides: [
3637
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "next-share",
33
"version": "0.1.0",
4-
"description": "next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.",
4+
"description": "Social media share buttons for your next React apps.",
55
"author": "Bunlong <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)