- Next.js 16 App Router project with Tailwind CSS - Plant disease knowledge base (93 diseases, 25 plants) - Image upload with client+server preprocessing - ML inference pipeline with mock/demo fallback - Responsive results page with disease cards and treatment - Full test suite (285 passing tests)
9 lines
127 B
Plaintext
9 lines
127 B
Plaintext
{
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleQuote": false,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|