1.0.5 • Published 2 years ago
@foxriver76/eslint-config v1.0.5
Eslint config for projects
Installation
Install the package via
npm i @foxriver76/eslint-config --save-devGetting started
Just extend this project in your lint config in your eslint.config.json.
{
"extends": ["@foxriver76/eslint-config"]
}And create a prettier.config.js with the following content:
module.exports = require('@foxriver76/eslint-config/prettier');