2bo / blog-frontend

0 stars 0 forks source link

ESlintの導入 #3

Closed 2bo closed 3 years ago

2bo commented 3 years ago
2bo commented 3 years ago

How to use ESLint with TypeScript | Khalil Stemmler

2bo commented 3 years ago

Next.js +TypeScriptで環境構築!ESLint + Prettierの導入から解析自動化までやってみた

2bo commented 3 years ago

typescript-eslint/typescript-eslint: Monorepo for all the tooling which enables ESLint to support TypeScript

2bo commented 3 years ago

Getting Started - Linting your TypeScript Codebase

typescript-eslint/README.md at master · typescript-eslint/typescript-eslint

2bo commented 3 years ago

ESLint 最初の一歩 - Qiita

2bo commented 3 years ago

package.json のチルダ(~) とキャレット(^) - Qiita

キャレット表記 ^
"一番左側にある、ゼロでないバージョニングは変えない (それ以下があがることは許容)"

^1.2.3 := 1.2.3 <= version < 2.0.0
^0.2.3 := 0.2.3 <= version < 0.3.0
^0.0.3 := 0.0.3 <= version < 0.0.4
オリジナルの定義は