@openrail/eslint-config
A default ESLint configuration for use within OpenRail packages
usage
run the following command to add this package to your devDependencies:
yarn add @openrail/eslint-config --dev
ontop of this you may have to install this packages peerDependencies which can be done by running the following command:
yarn add eslint eslint-config-airbnb-base eslint-plugin-import eslint-plugin-mocha eslint-plugin-node --dev
and then create a .eslint
file in the root of your project with the following contents:
{
"extends": "@openrail"
}