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

@gitlab/eslint-config

Package Overview
Dependencies
Maintainers
8
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab/eslint-config

GitLab ESLint base configuration

  • 4.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

@gitlab/eslint-config

is GitLab's shared ESLint config file to be used in all javascript projects across GitLab. It encapsulates our coding standards and is based primarily upon eslint-config-airbnb-base and eslint-plugin-vue with the expectation that code formatting is handled separately by prettier.

Development quick start

  1. Clone the project
  2. Install yarn
  3. Run yarn install to install the project dependencies

Requirements

  • Node.js 12.x, 14.x (or ^10.12.0)
  • ESLint ^7.8.1

Integrating

$ npm install @gitlab/eslint-config

after installing, make sure to add the following to your .eslintrc file

{
  "extends": [
    "@gitlab"
  ]
}

Release management

This project automatically publishes the master branch using semantic-release. If a new commit/merge request is merged into master and it's commit(s) follows the Angular Commit Message Conventions, a release will be automatically generated and published. Commits that do not follow the convention will be ignored and a release will not be made for them.

FAQs

Package last updated on 09 Sep 2020

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