0.2.1 • Published 7 months ago

@antzy/ieslint v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months 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

7 months ago

0.2.0

7 months ago

0.1.8

11 months ago

0.1.2

12 months ago

0.1.7

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.4

1 year ago