@atlauncher/eslint-config-atlauncher

ATLauncher's ESLint config.

Usage no npm install needed!

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

README

@atlauncher/eslint-config-atlauncher

Set of ESlint configs to be used for all JavaScript based projects at ATLauncher.

Installation

To install this simply run the following:

npm install -g install-peerdeps
install-peerdeps --dev @atlauncher/eslint-config-atlauncher

And then create (or replace) a .eslintrc file in the root directory of your project with the following contents:

{
  "extends": ["@atlauncher/eslint-config-atlauncher"]
}