Socket
Socket
Sign inDemoInstall

eslint-config-rajzik

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-rajzik

Reusable ESLint config for personal projects


Version published
Maintainers
1
Created
Source

eslint-config-rajzik

Sharable configuration for eslint.

Installation

npm install --save-dev eslint-config-rajzik eslint
yarn add --dev eslint-config-rajzik eslint

Usage

.eslintrc.js:

module.exports = {
  root: true,
  extends: [
    'rajzik',
    'rajzik/node',
    'rajzik/react',
    'rajzik/esnext',
    'rajzik/typescript',
    'rajzik/prettier',
  ],
};

Presets

  • rajzik
    • Base preset containing bare configuration
  • React
    • Enable rules for react
  • node
    • Enable rules for node
  • esnext
    • Enable esnext support
  • typescript
    • Enable support for typescript
    • Needs to before prettier or last
  • prettier
    • Enable integration with prettier
    • Prettier has to be last

Keywords

FAQs

Package last updated on 18 Nov 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