Socket
Socket
Sign inDemoInstall

eslint-config-ultra-refined

Package Overview
Dependencies
137
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-ultra-refined

Ultra refined ESLint shareable config 📜


Version published
Weekly downloads
165
increased by129.17%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Ultra refined ESLint shareable config 📜

This package provides all-purpose, extensible ESLint config for ES2024+ syntax.
With an emphasis on code readability and counterchecks against implicit flaws.

Prerequisites

For Windows machines:

  • Git with Unix tools ☑️
npm config set script-shell "C:\\\Program Files\\\Git\\\bin\\\bash.exe"  
npm config ls -l | grep shell

Installation

npm install eslint-config-ultra-refined --save-dev

Install peer dependencies manually if needed.
You will see the prompt in the shell output upon installation.

Usage

In eslint.config.js file:

import ultraRefined from 'eslint-config-ultra-refined';

export default [
  ...ultraRefined,
  // your modifications
  {
    ignores: ['dist'],
    rules: {
      // your modifications
    },
  },
];

Keywords

FAQs

Last updated on 30 Apr 2024

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