0.2.1 • Published 2 years ago

@antzy/ieslint v0.2.1

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

Background

Why am I writing this plugin? Because I want to be lazy. When creating a new vue project, the steps I need are:

  1. pnpm create vue@latest
  2. pnpm add eslint @antzy/eslint-config -D (because I have my own eslint configuration, I don't need to use the built-in eslint configuration of vue)
  3. Create .eslintrc.cjs
  4. Write module.exports = { extends: '@antzy' } in .eslintrc.cjs

Starting from step 2, I feel it's cumbersome, with commands longer than vue. I got tired of typing, so I started to simplify it from here and combined steps 2-4 into one package, which gave birth to ieslint.

Installation

pnpm i @antzy/ieslint -g

Usage

ies

or

npx  @antzy/ieslint

License

MIT License © 2023-PRESENT AntzyMo

0.2.1

2 years ago

0.2.0

2 years ago

0.1.8

2 years ago

0.1.2

2 years ago

0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.4

2 years ago