Shared eslint settings for Gameflow. Based on prettier + standard. Based on eslints own documentation of shareable-configs
Install plugins used by @gameflow-tv/eslint-config:
npm i -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier eslint-plugin-import
yarn add @gameflow-tv/eslint-config --dev
Create .eslintrc in the root of your project
{
"extends": "@gameflow-tv"
}