Socket
Socket
Sign inDemoInstall

eslint-config-productsway

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-productsway

[![Version](https://img.shields.io/npm/v/eslint-config-productsway.svg)](https://www.npmjs.com/package/eslint-config-productsway) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](#) [![Twitter: jellydn](https://img.shields.io/twitter


Version published
Weekly downloads
814
decreased by-1.81%
Maintainers
1
Weekly downloads
 
Created
Source

Welcome to eslint-config-productsway 👋

Version License: MIT Twitter: jellydn

Airbnb's ESLint config with TypeScript and Prettier support

Install

npx install-peerdeps --dev eslint-config-productsway

Usage

Create a .eslintrc.js file in the root of your project's directory

module.exports = {
  extends: ['productsway'],
};

Configure the ESLint TypeScript parser

module.exports = {
  extends: ['productsway'],
   parserOptions: {
   project: './tsconfig.json',
 }
};

Run ESLint

Open a terminal to the root of your project, and run the following command:

npx eslint . --ext .js,.jsx,.ts,.tsx

Author

👤 Huynh Duc Dung

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

Keywords

FAQs

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

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