@innocenzi/eslint-config

0.21.2 • Public • Published

ESLint

npm

Personal ESLint configuration for my projects.

npx @preset/cli innocenzi/config --eslint

 

Usage

There are three configurations:

  • @innocenzi/eslint-config/typescript - This is the default, for TypeScript projects.
  • @innocenzi/eslint-config/vue - It extends the TypeScript one, for Vue projects.
  • @innocenzi/eslint-config/basic - If I ever do something without TypeScript.

 

Example

{
	"extends": "@innocenzi/eslint-config"
}

 

Credits

Most of the configuration comes from @antfu/eslint-config. I've been using this for a while with a superset of my own rules, so I've decided to make my own reusable configuration.

Readme

Keywords

none

Package Sidebar

Install

npm i @innocenzi/eslint-config

Weekly Downloads

136

Version

0.21.2

License

MIT

Unpacked Size

14.1 kB

Total Files

8

Last publish

Collaborators

  • innocenzi