Skip to content

syberen/eslint-config-pigeon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-pigeon

🐦 O-pigeon-ated eslint configuration.

This configuration uses the typescript eslint parser with plugins and rules for better structured development and is very opinionated. It is brand new so rules will be added when we feel the need to.

How to use

# Install configuration
yarn add eslint-config-pigeon --dev

# Install peer dependencies
npx install-peerdeps eslint-config-pigeon -DY

# Extend config in package.json
"eslintConfig": {
  "extends": [
    "pigeon"
  ]
},

Upgrade

To upgrade to the latest version run the following commands:

# Upgrade configuration
yarn upgrade eslint-config-pigeon --latest

# Upgrade peer dependencies
npx install-peerdeps eslint-config-pigeon -DY

About

🐦 O-pigeon-ated eslint configuration

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%