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

@atlassian-partner-engineering/eslint-config

Package Overview
Dependencies
Maintainers
6
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian-partner-engineering/eslint-config

ESLint config for all projects of Partner Engineering team

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
62
increased by520%
Maintainers
6
Weekly downloads
 
Created
Source

@atlassian-partner-engineering/eslint-config

ESLint Shareable Config

Note

The idea was to have strict linter config which would fit the best for all the projects and not too annoying to work with.

Airbnb's config was taken as the basis. Some rules of it were rewritten with standard eslint config and some of them with custom rules requested by the team

This config includes:

This config can be used both on server and client side.

Install

npm install -D @atlassian-partner-engineering/eslint-config

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Config on the official ESLint website.

Add this to your .eslintrc file:

{
  "extends": "@atlassian-partner-engineering"
}

Note: We omitted the eslint-config from the full package name since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

FAQs

Package last updated on 05 Sep 2018

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