javascript:: eslint
npm install eslint eslint-plugin-react --save-dev // eslint.config.js _
- CODE-ing
- · 2024. 6. 26.
https://docs.astral.sh/ruff/formatter/ The Ruff Formatter - RuffThe Ruff Formatter The Ruff formatter is an extremely fast Python code formatter designed as a drop-in replacement for Black, available as part of the ruff CLI via ruff format. The Ruff formatter is available as of Ruff v0.1.2. ruff format ruff format is tdocs.astral.sh vscode에서는 확장팩으로 설치하면 되는데 # to installpip install ruff# to..
https://stackoverflow.com/questions/42308879/how-to-solve-npm-error-npm-err-code-elifecycle How to solve npm error "npm ERR! code ELIFECYCLE"I'm trying to learn react, so I have this sample code for the full-stack react voting app, and I am trying to get it to work but after running npm install followed by npm start I receive the follow...stackoverflow.com npm cache clean --forceor powershell에..
영상보다가https://youtu.be/Ij2e7hWs9aw?feature=shared&t=330 Claude 공식영상https://youtu.be/rHqk0ZGb6qo?feature=shared 나도 한번 해보자. 싶어서 영상보고 30초 만에 아래 것들 만듬. 요즘에 시간날 때마다 만들어 보려고 했던 것, 고민은 몇 달은 한 듯한데....그냥 툭 넣으니깐 거짓말처럼 만들어주네. 리액트 한달 가량 열심히 공부한 것보다 잘 만들어 줌. ㅠㅠ import React, { useState } from 'react';import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/..
npm install eslint eslint-plugin-react --save-dev // eslint.config.js _
(원본소스)https://github.com/pot-app/pot-desktop/blob/master/README_KR.md pot-desktop/README_KR.md at master · pot-app/pot-desktop🌈一个跨平台的划词翻译和OCR软件 | A cross-platform software for text translation and recognition. - pot-app/pot-desktopgithub.com 내 취향대로, 수정판 >> (설치 프로그램 다운경로)https://github.com/theangkko/pot-desktop-myflavor/releases/latest Release 3.0.5 kr · theangkko/pot-desktop-myflavor내 설정..
https://learn.microsoft.com/ko-kr/training/modules/apply-prompt-engineering-azure-openai/3-write-effective-prompts https://learn.microsoft.com/ko-kr/training/modules/build-language-understanding-model/2-understand-resources-for-building _