1.0.6 • Published 4 months ago

@codinasion/eslint-config v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/eslint-config

ESLint configurations for Codinasion projects.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/eslint-config

# or, if you're using npm
npm install @codinasion/eslint-config

# or, if you're using yarn
yarn add @codinasion/eslint-config

Usage

Add the following to your .eslintrc.js file:

/** @type {import("eslint").Linter.Config} */
module.exports = {
  root: true,
  extends: ["@codinasion/eslint-config/next.js"],
  parser: "@typescript-eslint/parser",
  parserOptions: {
    project: true,
  },
};

Sponsors & Backers

Sponsors

1.0.6

4 months ago

1.0.5

4 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago