Socket
Socket
Sign inDemoInstall

@telus/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telus/eslint-config

TELUS Flavour ESLint config


Version published
Weekly downloads
907
increased by0.44%
Maintainers
3
Weekly downloads
 
Created
Source

ESLint Config

version Build Status

TELUS Flavour ESLint config.

We inherit from the excellent Airbnb ESLint config and introduce some more strict requirements.

Usage

1. add to .eslintrc
{
  "extends": "@telus/eslint-config"
}
2. install globally
npm install -g eslint @telus/eslint-config
3. run!
cli
npx eslint .
git hooks
echo -e '#!/bin/bash\nnpx eslint .' > .git/hooks/pre-commit && chmod +x .git/hooks/pre-commit
editors

editors with built-in eslint features, (e.g. Visual Studio Code) usually depend on globally installed packages


Github: @telus • Twitter: @telusdigital

Keywords

FAQs

Package last updated on 13 Oct 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