Skip to content

Commit 74496a3

Browse files
authored
Merge pull request #758 from w3bdesign/dev
Next lint
2 parents 6821f9f + c7a2c84 commit 74496a3

File tree

4 files changed

+3836
-409
lines changed

4 files changed

+3836
-409
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

components/Input/InputField.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const InputField = ({
1919
type = 'text',
2020
}) => (
2121
<div className="w-1/2 p-2">
22-
<label for={name} className="pb-4">
22+
<label htmlFor={name} className="pb-4">
2323
{label}
2424
</label>
2525
<input

0 commit comments

Comments
 (0)