Socket
Socket
Sign inDemoInstall

eslint-config-mural

Package Overview
Dependencies
316
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-mural

Mural's ESLint shared config


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Mural Eslint Config

An ESLint Shareable Config featuring Airbnb and some other goodies.

Using this config you won't need to install any other dependencies/plugins, and you will profit from eslint, react, imports, etc...

Usage

npm install --save-dev eslint eslint-config-mural

For a basic javascript linting, add the file .eslintrc with:

{
  "extends": ["mural"]
}

If you want to include Node.js rules:

{
  "extends": ["mural", "mural/node"]
}

For React projects:

{
  "extends": ["mural", "mural/react"]
}

And for React Native ones:

{
  "extends": ["mural", "mural/react-native"]
}

Atom Usage

Just install:

Sublime Text 3

  1. Make sure to have the Package Control installed.
  2. Install SublimeLinter.
  3. Install and configure SublimeLinter-eslint.

Keywords

FAQs

Last updated on 23 Jan 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