@smartlinkdev/eslint-config

0.2.4 • Public • Published

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.

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @smartlinkdev/eslint-config

    Weekly Downloads

    6

    Version

    0.2.4

    License

    ISC

    Unpacked Size

    3.46 kB

    Total Files

    5

    Last publish

    Collaborators

    • smartlinkdev