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

@autovance/eslint-config-autovance

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autovance/eslint-config-autovance

Autovance Javascript and Typescript ESLint Styles

  • 1.22.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25
increased by257.14%
Maintainers
1
Weekly downloads
 
Created
Source
style

Quorum Javascript and Typescript ESLint Styles


Install

Automatic

npx @autovance/eslint-config-autovance

Manual

$ npm i --save-dev \
    @autovance/eslint-config-autovance \
    @typescript-eslint/eslint-plugin@3 \
    eslint@7 \
    eslint-config-prettier@6 \
    eslint-plugin-node@11 \
    eslint-plugin-prettier@3 \
    prettier@2

In the package.json:

"prettier": "@autovance/eslint-config-autovance/prettier",

In the eslint config:

{
  "extends": [
    // One of:
    // Contains both Javascript and Typescript rules, for hybrid projects
    "@autovance/eslint-config-autovance",
    // Contains rules for javascript
    "@autovance/eslint-config-autovance/javascript",
    // Contains rules for typescript
    "@autovance/eslint-config-autovance/typescript"
  ],
  "plugins": [
    // Implementation specific plugins like mocha, jest
  ],
  "rules": {
    // Style overrides
    // Implementation Specific rules like
    // "mocha/no-exclusive-tests": 2,
    // "jest/no-exclusive-tests": 2,
  }
}

Keywords

FAQs

Package last updated on 06 Jun 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