@smartlinkdev/eslint-config
v0.2.4
Published
An opinionated eslint config.
Downloads
9
Readme
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
eslint
if not already present locally or globally
$ npm i -D eslint
# or
$ yarn add -D eslint
- Create a
.eslintrc.js
file
$ 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.