@atlauncher/eslint-config-atlauncher
v0.1.1
Published
ATLauncher's ESLint config.
Maintainers
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-atlauncherAnd then create (or replace) a .eslintrc file in the root directory of your project with the following contents:
{
"extends": ["@atlauncher/eslint-config-atlauncher"]
}