1.0.1 • Published 3 years ago
@lkummer/eslint-config v1.0.1
LKummer's ESLint Config
Personalized ESLint config, mostly fixing potential errors. Works well with Prettier.
Usage
Install using NPM:
npm install --save-dev @lkummer/eslint-config
Add the config to the extends
section of your ESLint config:
{
"extends": ["@lkummer"]
}