1.0.2 • Published 2 years ago

@eventos3r/eslint-config v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Eslint Standard Configs

This is a standard configuration for eslint and prettier. It also has an .editorconfig file that you can put into your project.

How to use

Install this package using NPM v7+:

npm install @eventos3r/eslint-config -D

Then, create a .eslintrc.js file in the root of your project's directory and put this:

module.exports = {
  root: true,
  extends: ['@eventos3r/eslint-config'],
}