eslint-config-base Provides a basic, reusable eslint config for web projects. Installation npm i @syntro-opensource/eslint-config-base Usage to make use of this config, create a .eslintrc.js file in your package containing: { "extends": "@syntro-opensource/eslint-config-base" }