Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@emartech/eslint-config-ts

Package Overview
Dependencies
Maintainers
125
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emartech/eslint-config-ts

Emarsys Eslint config

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-83.33%
Maintainers
125
Weekly downloads
 
Created
Source

npm version MIT license

Emarsys eslint config

Eslint config for typescript by Emarsys. Based on eslint config by CodingSans

ESLINT Version

This config created for eslint 6/7

Installation

yarn add -D eslint prettier @emartech/eslint-config-ts

or

npm install --save-dev eslint prettier @emartech/eslint-config-ts

Usage

Add .eslintrc.json:

{
  "extends": ["@emartech/eslint-config-ts/typescript-recommended"]
}

Run:

eslint . --ext .ts

VSCode settings

Add the dbaeumer.vscode-eslint extension to the vscode, and thats all.

You could add this to your settings, to have auto-format, and auto import organize.

{
  "[typescript]": {
    "editor.defaultFormatter": "dbaeumer.vscode-eslint"
  },
  "eslint.enable": true,
  "editor.codeActionsOnSave": [
    "source.organizeImports",
    "source.fixAll"
  ],
}

Keywords

FAQs

Package last updated on 14 May 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc