1.0.2 • Published 1 year ago

@antonyfagundez/eslint-config v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

eslint-config Personal

About

Shared eslint config for my personal project.

Contains a configuration based with prettier by default and its extensible. The more basic it's index.


Instalation

npm i @architecture-it/eslint-config-andreani -D

Basic Example

/** @type {import("eslint").ESLint.Options} */
module.exports = {
  extends: ["@antonyfagundez/eslint-config"],
};