Socket
Socket
Sign inDemoInstall

eslint-config-pietile-base

Package Overview
Dependencies
252
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-pietile-base

Pietile ESlint config based on Airbnb


Version published
Maintainers
1
Install size
4.28 MB
Created

Readme

Source

🥧 Base Pietile eslint config

Custom eslint config based on Airbnb's base and prettier configs.

This config exclude React specific rules. (Config with react support is here)

Installation

  1. npm info "eslint-config-pietile-base@latest" peerDependencies - to get the peer dependencies and versions.
  2. yarn add --dev <dependency>@<version> for each listed peer dependency.
  3. yarn add --dev eslint-config-pietile-base to install config.
  4. Create .eslintrc.js file in root of your project.
module.exports = {
  extends: ['pietile-base'],
};
  1. Optional. If you use prettier create .prettierrc file in root of your project
{
  "singleQuote": true,
  "printWidth": 100,
  "trailingComma": "all"
}

License

MIT License. © Maksim Milyutin and Vladislav Shabanov 2018

FAQs

Last updated on 06 Nov 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc