1.0.6 • Published 1 year ago

@codinasion/eslint-config v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago