Skip to content

Commit d53180c

Browse files
committed
Run Prettier once
1 parent c37250b commit d53180c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.eslintrc

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"root": true,
3-
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "next", "next/core-web-vitals", "prettier"],
3+
"extends": [
4+
"eslint:recommended",
5+
"plugin:@typescript-eslint/recommended",
6+
"next",
7+
"next/core-web-vitals",
8+
"prettier"
9+
],
410
"parser": "@typescript-eslint/parser",
511
"plugins": ["@typescript-eslint"],
612
"rules": {

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ or
2727
npm install --save next-hubspot
2828
```
2929

30-
31-
3230
## Getting Started
3331

3432
Wrap your application with `HubspotProvider`. This will add [Hubspot script](https://js.hsforms.net/forms/v2.js) to your document.
@@ -63,7 +61,7 @@ const HubspotForm = () => {
6361
}
6462
```
6563

66-
All props are based on the [HubSpot docs](https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options).
64+
All props are based on the [HubSpot docs](https://legacydocs.hubspot.com/docs/methods/forms/advanced_form_options).
6765

6866
## TypeScript
6967

0 commit comments

Comments
 (0)