Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

streamyard/eslint-config-streamyard

 
 

Repository files navigation

eslint-config-danbriggs5-base

ESLint config that builds on top of eslint-config-airbnb-base.

Installation

# Install
npm install --save-dev --save-exact eslint-config-danbriggs5-base

# Install peer deps
npm install --save-dev --save-exact [email protected]
npm install --save-dev --save-exact [email protected]

Sample usage

Create a .eslintrc.js file

touch .eslintrc.js
open .eslintrc.js

Paste this snippet in your file

module.exports = {
	extends: ['danbriggs5-base'],
};

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%