Socket
Book a DemoInstallSign in
Socket

@chrisdothtml/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chrisdothtml/eslint-config

My personal linting preferences

0.2.0
latest
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

@chrisdothtml/eslint-config

chrisdothtml code style

My personal linting preferences

Mostly based on Standard JS. Not made to be inherited by other eslint configs. Made to be a simple install that includes prettier and easily integrates with vscode-eslint

Use

yarn add --dev eslint @chrisdothtml/eslint-config &&\
printf '{\n  "root": true,\n  "extends": "@chrisdothtml"\n}\n' > .eslintrc

Configure vscode

.vscode/extensions.json

{
  "recommendations": [
    "dbaeumer.vscode-eslint",
  ],
}

.vscode/settings.json

{
  "eslint.autoFixOnSave": true,
  "eslint.validate": [
    "javascript",
    "javascriptreact",
    // required for autoFix to work in markdown files
    { "language": "markdown", "autoFix": true },
  ],
  "javascript.format.enable": false,
  "javascript.validate.enable": false,
}

Badge

[![chrisdothtml code style](https://img.shields.io/badge/code_style-chrisdothtml-brightgreen.svg)](https://github.com/chrisdothtml/eslint-config)

FAQs

Package last updated on 04 Sep 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.