šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

eslint-config-hbr

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hbr

A fully-structured project structure for writing Node with TypeScript

3.0.0
latest
npm
Version published
Maintainers
1
Created
Source

ts-node-boilerplate

A fully-structured project structure for writing Node with TypeScript

Rules

Actually, this project uses the following eslint rules

  • eslint:recommended - Official set of rules by ESLint
  • eslint-config-airbnb-base - Airbnb ESLint config without React rules

Start

In order to get started, just run yarn (or npm) to install all the required dependencies to run your application (All the core dependencies are devDependencies, avoiding unnecessary code and keeping your bundle size as small as possible)

Build

Run yarn build to lint, transpile, and minify your entire application to production-ready vanilla JavaScript

Lint

In order to check if your code is properly optimized, formatted and matches ESLint rules, run yarn lint, it will scan all files with a .ts extension on src, and also, will run the TypeScript Compiler (tsc) to check for inconsistencies on your code

Keywords

eslint

FAQs

Package last updated on 15 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts