0.1.15 • Published 9 months ago

@minimaltech/eslint-node v0.1.15

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Minimal Technology eslint configuration

This repository contains the shared ESLint configuration used by the Minimal Technology team. It provides a standardized set of linting rules for your JavaScript and TypeScript projects, helping to ensure code quality and consistency across your projects.

Installation

First of all, ensure that Node.js and pnpm are installed in your system. Then, run the following command to install the package:

pnpm add -D @minimaltech/eslint-node

This command installs this package as a devDependency in your project.

Setup

This eslint configuration expects some peerDependencies or devDependencies to be installed in your project. Please ensure that you have them installed as devDependency. You can install them using the following command:

pnpm add -D eslint@^8.57.0 prettier typescript

Usage

Create a eslint.config.* file in your project's root (or update the existing one) with the following content:

import confs from "@minimaltech/eslint-node";

const configs = [
  ...confs,
  {
    // extra configs
  },
];

export default configs;
0.1.15

9 months ago

0.1.14

9 months ago

0.1.13

9 months ago

0.1.12

9 months ago

0.1.11

9 months ago

0.1.10

9 months ago

0.1.9

9 months ago

0.1.8

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

0.0.26

9 months ago

0.0.25

9 months ago

0.0.24

9 months ago

0.0.23

9 months ago

0.0.22

10 months ago

0.0.21

10 months ago

0.0.20

10 months ago

0.0.19

10 months ago

0.0.18

10 months ago

0.0.17

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago