eslint를 쓰는데 CRLF를 마구 에러로 잡는다 ?

eslint

stackoverflow

(번역) Windows interoperability with Linux

  • 원본 링크 : Windows interoperability with Linux, Microsoft
  • Windows Subsystem for Linux (WSL)은 Windows와 Linux간의 integration을 끊임없이 개선하고 있다
  • 당신은 아래 일들을 할 수 있다
    • Linux command line(즉, Ubuntu) 에서 윈도우즈 도구 (즉, notepad.exe)를 실행할 수 있다
    • Windows command line(즉, PowerShell) 에서 리눅스 도구 (즉, grep)을 실행할 수 있다
    • Linux와 Windows (Build 17063+) 간에 환경변수를 공유할 수 있다

Run Linux tools from a Windows command line

관련 링크

(번역) XDG Base Directory Specification Usage

  • 원본링크 : XDG Base Directory Specification Usage
  • Unix 계열 시스템은 전통적으로 다음과 같은 것이 없었다
    • application을 저장하는 표준적인 방법
    • 각각의 유저 단위로 유저 데이타를 저장하는 표준적인 방법
  • 결과적으로 이런 데이타들은 필요할때 구성하는 (ad-hoc), 일관되지 않은, 문제 많은 방식인 ..
    • 각각의 유저 home directory에 저장되는 “dot files”로 흔히 구성되었다.
  • freedesktop.org 는 이 문제에 대해 추천하는 해결책을 발표했다
  • 다음의 몇가지 어플들은 freedesktop.org directory specification을 계승함으로써
    • GNOME 3.6으로 개선된 cross-desktop 호환성을 지원한다
    • 지원 어플들
      • accerciser, baobab, …gtk+,…planner

gitconfig cross platform

게임 개발

bot.land

Godot Engine