eslint-config-luanmuniz

0.4.0 • Public • Published

eslint-config-luanmuniz npm

Node Build

An ESLint Shareable Config for my projects

Install

npm install eslint-config-luanmuniz

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

To use the JavaScript Standard Style shareable config, first run this:

npm install --save-dev eslint-config-luanmuniz eslint-plugin-jest 

Then, add this to your .eslintrc file:

{
  "extends": "luanmuniz"
}

Note: We omitted the eslint-config- prefix since it is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your .eslintrc file.

Tests

npm test

Contributing

Please, follow the Code of Conduct and check the Contributing documentation, there're just a few steps.

Support or Contact

Having trouble? Or new ideas? Post a new issue! We will be glad to help you!

License

MIT License © Luan Muniz

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-luanmuniz

Weekly Downloads

7

Version

0.4.0

License

MIT

Unpacked Size

13.6 kB

Total Files

7

Last publish

Collaborators

  • luanmuniz