all green

プログラム、アプリ作成、Web等備忘録が中心です

JavaScript

VSCodeのESLintで発生するキャメルケースのチェックエラーを無効化する(Identifier 'Hoge' is not in camel case.eslint@typescript-eslint/camelcase)

「Identifier 'Hoge' is not in camel case.eslint@typescript-eslint/camelcase」 エディタ上で表示されるエラーを無効化したときのメモ・環境 Visual Studio Code 1.75.1 ESlint v2.4.0

Cocos Creator用にJavaScriptのユニットテスト環境を構築する

Cocos Creatorでユニットテストの環境を構築したときのメモ。 ※Cocos Creator用のComponentについてのテストコードは未記載・環境 Windows 10 Cocos Creator 2.4.2 node.js 15.2.0 Jest 26.6