@foreverholdings/eslint-config

Common ESLint config for Forever Project"

Usage no npm install needed!

<script type="module">
  import foreverholdingsEslintConfig from 'https://cdn.skypack.dev/@foreverholdings/eslint-config';
</script>

README

eslint-config

This is the ESLint configuration for the Forever codebase(s), it is published to the GitHub private npm registry as @foreverholdings/eslint-config

To use this, add it as a dependency of your project and then it's as simple as creating an .eslintrc file with the following contents:

{
    "extends": "@foreverholdings/eslint-config"
}