Skip to content

Commit

Permalink
Update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nganiet committed Aug 18, 2024
1 parent 2b44621 commit 5d2a876
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"extends": "next/core-web-vitals"
"extends": "next/core-web-vitals",
"rules": {
"react/no-unescaped-entities": "off",
"@next/next/no-page-custom-font": "off"
}
}
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use client';

import { useState } from 'react';
import Image from 'next/image';
import ImageUpload from './components/ImageUpload';
import PlantInfo from './components/PlantInfo';
import { FaUpload, FaRobot, FaInfoCircle, FaLeaf, FaTint, FaSun } from 'react-icons/fa';
Expand Down
2 changes: 1 addition & 1 deletion build/server/server-reference-manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/server/server-reference-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"node": {},
"edge": {},
"encryptionKey": "pZjGCvsDm+azrzt5JP6JVipKdTUtrXtWBWDZeCZ8gxU="
"encryptionKey": "TkuQUu1oyV65sKphPHOEjpVtGyXhAZNsSv4XSyc8iaw="
}
4 changes: 2 additions & 2 deletions build/trace

Large diffs are not rendered by default.

0 comments on commit 5d2a876

Please sign in to comment.