Socket
Socket
Sign inDemoInstall

@autovance/eslint-config-autovance

Package Overview
Dependencies
0
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @autovance/eslint-config-autovance

Autovance Javascript and Typescript ESLint Styles


Version published
Weekly downloads
80
decreased by-4.76%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 06 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc