Socket
Book a DemoInstallSign in
Socket

@atlassian/eslint-config-atlassian-style-guide

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlassian/eslint-config-atlassian-style-guide

Atlassian Style Guide Package

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Atlassian JavaScript Style Guide

The source of truth for Atlassian's JavaScript Style Guide.

Please take a look at the ESLint configuration in this project to understand the style and lint guidelines for Atlassian.

Requirements:

  • NodeJS
  • npm >= 2
  • Authenticated to Atlassian's private npm registry

To use this ESLint configuration in your project, extend it in your .eslintrc.

First install it as the npm module:

$> npm install --save @atlassian/eslint-config-atlassian-style-guide

Then add it to the .eslintrc that you want to extend and override config properties for your project.

{
    "extends": "@atlassian/atlassian-style-guide",
    
    // override default rules, envs, globals
    "rules": {
        ...
    }
}

Keywords

eslint

FAQs

Package last updated on 27 Aug 2015

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