0.2.4 • Published 1 year ago

@smartlinkdev/eslint-config v0.2.4

Weekly downloads
3
License
ISC
Repository
github
Last release
1 year ago

Smartlink ESLint Config

npm (scoped with tag) npm

Getting Started

Installation

  1. Add this package to your devDependencies
$ npm i -D @smartlinkdev/eslint-config
# or
$ yarn add -D @smartlinkdev/eslint-config
  1. Install eslint if not already present locally or globally
$ npm i -D eslint
# or
$ yarn add -D eslint
  1. Create a .eslintrc.js file
$ touch .eslintrc.js
  1. Extend using the plugin
{
  extends: [
    '@smartlinkdev/eslint-config'
  ]
}

Full example

A full example .eslintrc.js:

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

License

MIT license - Smartlink Ventures, Inc.