Socket
Book a DemoInstallSign in
Socket

@alexmarqs/eslint-config

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexmarqs/eslint-config

Personal shareable eslint configs

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
9
12.5%
Maintainers
1
Weekly downloads
 
Created
Source

Personal ESLint config

https://www.npmjs.com/package/@alexmarqs/eslint-config

License: MIT

  • Standard config base;
  • TypeScript support;
  • Prettier support;
  • Node Eslint configuration;
  • React Eslint configuration;

Setup

  • Install the dependencies
npm i -D eslint @alexmarqs/eslint-config
  • Create a .eslintrc.json (you can also use the config .js) file extending the config:

Node:

{
  "extends": "@alexmarqs/eslint-config/node"
}

React:

{
  "extends": "@alexmarqs/eslint-config/react"
}

License

MIT License © alexmarqs

Keywords

eslint-config

FAQs

Package last updated on 02 Jun 2023

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