0.2.4 • Published 3 years ago
@smartlinkdev/eslint-config v0.2.4
Smartlink ESLint Config
Getting Started
Installation
- Add this package to your devDependencies
$ npm i -D @smartlinkdev/eslint-config
# or
$ yarn add -D @smartlinkdev/eslint-config- Install
eslintif not already present locally or globally
$ npm i -D eslint
# or
$ yarn add -D eslint- Create a
.eslintrc.jsfile
$ touch .eslintrc.js- 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.