Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Zolyn/eslint-config-alloy-patched

Repository files navigation

eslint-config-alloy-patched

Patch eslint-config-alloy to make it compatible with Vue + TS projects.

DEPRECATED: See Typescript Vue

NOTE: This package is only for developers who develop projects using Vue + TS and want to use the rules eslint-config-alloy provided to lint their code.

Installation

# ni
ni -D eslint-config-alloy-patched

# npm
npm install --save-dev eslint-config-alloy-patched

# yarn
yarn add -D eslint-config-alloy-patched

# pnpm
pnpm add -D eslint-config-alloy-patched

Usage

// .eslintrc.js
module.exports = {
  // ...
  extends: ['alloy-patched'], // equivalent to -> ['alloy-patched/base', 'alloy-patched/vue', 'alloy-patched/typescript']
  // ...
}

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published