eslint-config-ultra-refined

3.0.3Β β€’Β PublicΒ β€’Β Published

Ultra refined ESLint config πŸ“œ

This package provides all-purpose, extensible ESLint config for ES2024+ syntax.
With focus on a source code readability and counteractions against bugs.

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.
In case of conflicting peer dependency error, use the --force flag.

Usage

In eslint.config.js file:

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

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

Package Sidebar

Install

npm i eslint-config-ultra-refined

Weekly Downloads

121

Version

3.0.3

License

MIT

Unpacked Size

15.3 kB

Total Files

4

Last publish

Collaborators

  • bricss