🐦 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.
# 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"
]
},
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