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

@glints/eslint-config

Package Overview
Dependencies
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glints/eslint-config

ESLint rules for Glints projects.

  • 5.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

ESLint Configs for Glints npm version

This repository contains shared rules for ESLint.

It is used across many of our internal and external projects.

Usage Instructions

To integrate this into your project, install the package:

npm install --save-dev @glints/eslint-config  # If using npm
yarn add --dev @glints/eslint-config          # If using Yarn

Then add the following to your ESLint configuration:

"extends": [
  "@glints/eslint-config",

  // Rules below are for projects that use React/JSX.
  "@glints/eslint-config/react",
  "@glints/eslint-config/jsx-control-statements"
]

For TypeScript support, add the following rules:

"overrides": {
  "files": ["**/*.ts", "**/*.tsx"],
  "extends": ["@glints/eslint-config/typescript"]
}

Contribution Guidelines

Please do not bump version before your changes have been merged into the master branch. Also, please do not push git tags on this repo for commits that have not been merged to master yet, pushing these tags would cause an un-intended release to the NPM registry. Version bumps are supposed to be a shared global entity.

Refer to this link for documentation about sharable configurations and rules.

Before modifying the rules, please notify the codebase owners because it may impact many downstream projects.

We use EditorConfig to maintain consistent line-ending and indentation rules across all our projects. Ensure that you have the appropriate plugin installed in your preferred editor, or refer to .editorconfig.

About Glints

Glints is an online talent recruitment and career discovery platform headquartered in Singapore. It is a platform for young talent to build up their career readiness through internships and graduate jobs; developing skill sets required in different careers.

P.S. We deal with quite a number of interesting engineering problems centered on matching the right talent to employers. Sounds interesting? Send your resume to tech@glints.com.

Keywords

FAQs

Package last updated on 09 Apr 2022

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