Giter VIP home page Giter VIP logo

learn-typescript's Introduction

learn-typescript

인프런의 타입스크립트 입문 - 기초부터 실전까지 온라인 강의 리포지토리입니다.

typescript-beginner

개발 환경

💡 참고 사항 : 수업에서는 VSCode를 기준으로 설명합니다. 별도로 선호하시는 IDE가 있다면 그걸 쓰셔도 괜찮습니다 😄

VSCode 플러그인 목록

License & Copyright

Copyright © 2020 Captain Pangyo Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.

learn-typescript's People

Contributors

dependabot[bot] avatar joshua1988 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

learn-typescript's Issues

쉽게 시작하는 타입스크립트 Chapter 4. 할 일 관리 앱 ESLint 설정 파일 관련

안녕하세요.

'쉽게 시작하는 타입스크립트 Chapter 04. 첫 번째 프로젝트: 할 일 관리 앱' 내용에 대해 문의가 있습니다. 교재를 따라 실습 환경을 세팅하고 실습을 진행하는 과정에서 p.84처럼 함수 이름에 ESLint 경고 표시가 출력되지 않는 문제가 있었습니다.

해당 문제를 해결하기 위해 다음과 같이 VS Code ESLint Plugin의 안내에 따라 p.84 하단에 제시된 @typescript-eslint/explicit-function-return-type을 다음과 같이 추가했더니 ESLint 경고 표시가 정상적으로 출력되었습니다.

.eslintrc.js: Configuration for rule "@typescript-eslint/explicit-function-return-type" is invalid:
Severity should be one of the following: 0 = off, 1 = warn, 2 = error
module.exports = {
  // ...
  rules: {
    // ...
    '@typescript-eslint/explicit-function-return-type': 'warn',
  },
};

확인 부탁드리겠습니다.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.