New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-tlvince

Package Overview
Dependencies
Maintainers
1
Versions
182
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-tlvince

ESLint rule customisations

  • 2.2.26
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
236
increased by1.29%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-tlvince

Build Status

ESLint rule customisations

Opinionated ESLint rule definitions. Write JavaScript in @tlvince's style!

screenshot

Usage

The short story:

npm i -D eslint prettier typescript eslint-config-tlvince
echo "extends: tlvince" >> .eslintrc

The long story:

  1. Install from npm:

    npm install --save-dev eslint prettier typescript eslint-config-tlvince
    
  2. Enable the module by adding the extends keyword to .eslintrc. YAML variant:

    extends: tlvince
    

    … or if JSON is your thing:

    {
      "extends": "tlvince"
    }
    

Author

© 2015 Tom Vincent npm@tlvince.com

License

Released under the MIT License.

Keywords

FAQs

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