eslint-config 0.0.4
Install from the command line:
Learn more about npm packages
$ npm install @gameflow-tv/eslint-config@0.0.4
Install via package.json:
"@gameflow-tv/eslint-config": "0.0.4"
About this version
Shared eslint settings for Gameflow. Based on prettier + standard. Based on eslints own documentation of shareable-configs
yarn add @gameflow-tv/eslint-config --dev
Create .eslintrc in the root of your project
{
"extends": "@gameflow-tv"
}