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

@masterborn/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@masterborn/eslint-config

MasterBorn ESLint configurations

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

@masterborn/eslint-config

Contents

.
├── LICENSE
├── README.md # this file
├── backend
│   └── index.js # main backend config, accessible by @masterborn/eslint-config/backend
├── common.js # commonly used ESLint rules
├── frontend
│   └── index.js # main frontend config, accessible by @masterborn/eslint-config/frontend
├── index.js # entry point pointig at common.js
└── package.json

@masterborn/eslint-config/frontend

It uses @babel/eslint-parser which requires babel config file. More info on the parser can be found here.

@masterborn/eslint-config/frontend/typescript

Configuration for TypeScript support. Install peer dependencies and add tsconfig.json to your root directory.

@masterborn/eslint-config/backend/typescript

Configuration for TypeScript support. Install peer dependencies and add tsconfig.json to your root directory.

Keywords

FAQs

Package last updated on 18 Mar 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