2.1.2 ā€¢ Published 10 months ago

setup-eslint-prettier v2.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

:dart: About

This npm package will bootstrap the set up of prettier and ESlint for a project. It assumes your project is using ECMAScript modules. It will also create .editorconfig and .prettierrc files with some rules. These rules can all be customised.

This is intended for my personal use but feel free to use it. It has some prettier and ESlint rules (airbnb) set up. You can also choose between a React project of just Node. The difference will be that the react option comes with an ESlint plugin for react.

:white_check_mark: Requirements

Before starting :checkered_flag:, you need to have Node installed.

:checkered_flag: Starting

You can run this package with npx - This will let you execute the package without the need to install it locally. This is the preferred way to run it.

$ npx setup-eslint-prettier

Install the package locally

$ npm install -D setup-eslint-prettier

Both commands need to be run from the root directory of your node project.

:memo: License

This project is under license from MIT. For more details, see the LICENSE file.

Made with :heart: by Lucas Gomes

Ā 

Back to top

2.1.2

10 months ago

2.1.1

10 months ago

2.1.0

10 months ago

1.0.0

10 months ago