1.1.3 • Published 2 years ago

eslint-config-alloy-patched v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-alloy-patched

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

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