0.0.13 • Published 4 years ago

eslint-config-derk v0.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

derk-eslint-config

Getting started

add package

yarn add -D eslint-config-derk

initialize configuration and settings

yarn eslint-config init

add .eslintrc.js containing:

module.exports = {
  root: true,
  extends: 'derk',
};