Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

pimdewit/eslint-config-pdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What?

This ESLint config aims to aid you with writing compact, standalone methods whilst paying attention to documentation and type checking. It is built on top of the Google code style.

Installation

npm: npm install --save-dev @pdw.io/eslint-config

yarn: yarn add --dev @pdw.io/eslint-config

In package.json add the following object top-level:

"eslintConfig": {
  "extends": "@pdw.io/eslint-config"
}

About

My personal javascript style guidelines

Resources

Stars

Watchers

Forks

Packages

No packages published