Socket
Socket
Sign inDemoInstall

@gabedunn/eslint-config

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gabedunn/eslint-config

Gabe Dunn's eslint configuration.


Version published
Weekly downloads
1
Maintainers
1
Install size
9.30 kB
Created
Weekly downloads
 

Readme

Source

@gabedunn/eslint-config

My personal eslint configuration.

This is my curated eslint configuration.

Installation

yarn add -D eslint @gabedunn/eslint-config eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-json-format eslint-plugin-eslint-comments eslint-plugin-no-use-extend-native eslint-plugin-sonarjs eslint-plugin-perf-standard eslint-config-perf-standard eslint-plugin-optimize-regex eslint-plugin-simple-import-sort eslint-plugin-no-secrets eslint-plugin-security eslint-plugin-unicorn eslint-plugin-standard eslint-config-prettier
# OR
npm i -D eslint @gabedunn/eslint-config eslint-plugin-import eslint-plugin-node eslint-plugin-promise eslint-plugin-json-format eslint-plugin-eslint-comments eslint-plugin-no-use-extend-native eslint-plugin-sonarjs eslint-plugin-perf-standard eslint-config-perf-standard eslint-plugin-optimize-regex eslint-plugin-simple-import-sort eslint-plugin-no-secrets eslint-plugin-security eslint-plugin-unicorn eslint-plugin-standard eslint-config-prettier

Configs

Plugins

Extra Options

TypeScript

In addition to the packages installed above, you need to install these:

yarn add -D @typescript-eslint/parser eslint-config-standard-with-typescript @typescript-eslint/eslint-plugin
# OR
npm i -D @typescript-eslint/parser eslint-config-standard-with-typescript @typescript-eslint/eslint-plugin

You may also have to adjust the parserOptions to specify the TypeScript project location and root directory.

Parser

This option uses @typescript-eslint/parser as the parser.

Configs
Plugins

Vue

In addition to the packages installed above, you need to install this:

yarn add -D eslint-plugin-vue
# OD
npm i -D eslint-plugin-vue
Configs
Plugins

Author

@gabedunn/eslint-config © Gabe Dunn, Released under the MIT License.

Keywords

FAQs

Last updated on 07 Jul 2021

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