1.1.0 • Published 1 year ago

eslint-config-simonepizzoleo v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

📝 Personal ESLint rules for Software Development

This repository contains all the ESLint rules being used in all my personal projects.

To use the ESLint rules of mine, run the following command in the repository you would like to use them:

npm i -D eslint-config-simonepizzoleo

🚀 Insert the downloaded ESLint rules in your ESLint configuration

Within your ESLint configuration file (the JSON configuration file should be named .eslintrc.json), add the following:

{

    "extends": ["simonepizzoleo"]

}

You can also use the full name of the module, like below.

{

    "extends": ["eslint-config-simonepizzoleo"]

}
1.1.0

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago