@appearhere/eslint-config-appearhere
v1.1.0
Published
eslint config for appearhere
Downloads
8
Readme
Using this config
First install the configuration as a dependency:
yarn install @appearhere/eslint-config-appearhere
Then, in your eslint.js
, add it to your extends
property. Typically, you’ll
do this after extending AirBnb's:
module.exports = {
extends: [
'airbnb',
'@appearhere/appearhere'
]
}