Socket
Socket
Sign inDemoInstall

@volvo-cars/eslint-config-prettier

Package Overview
Dependencies
Maintainers
11
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volvo-cars/eslint-config-prettier

Eslint prettier config


Version published
Weekly downloads
11
increased by120%
Maintainers
11
Weekly downloads
 
Created
Source

@volvo-cars/eslint-prettier-config

Prettier based code formatting rules. For more on eslint sharable configs click here.

This package will include the following eslint exclusions:

 "prettier",
 "prettier/flowtype",
 "prettier/react"

The goal of the above exclusions is to turns off all rules that are unnecessary or might conflict with Prettier. If you will like to add eslint config that adds rules, please check that there is a

usage

This package expects that you have eslint and prettier installed.

// .eslintrc
{
    "extends": ["@volvo-cars/eslint-config-prettier"]
}

Development

If you make any changes to this package run yarn run eslint-check

Keywords

FAQs

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