1.1.1 • Published 3 years ago

@oxiran/eslint-config v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config

Shared eslint config of my projects.

Install

npm install --save-dev eslint @oxiran/eslint-config

Usage

Join in the extends of the .eslintrc file.

.eslintrc

{
  "extends": ["@oxiran/eslint-config"]
}

or .eslintrc.js

module.exports = {
  extends: ['@oxiran/eslint-config']
}