Skip to content

rainerbez/eslint-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint TypeScript

Installation

  • Install Node.js
  • Install Git
  • Install Yarn
  • Install ESLint
  • Open a Terminal and type:
    git clone https://github.com/rainerbez/eslint-typescript
  • Proceed into the downloaded repository:
    cd eslint-typescript
  • Install all the necessary node modules:
    yarn install

Edit the source files

  • index.html
  • src/index.ts

How to ESLint and Compile

  • To Lint only:
    yarn eslint

  • To lint and compile type:
    yarn compile

  • To watch for changes (without Linting):
    yarn compile:watch

How to Run

  • In a Browser:
    yarn start

  • Directly in a Terminal using:
    node dist/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published