Installation of the basic ESLint config can be done by using npm
or yarn
# npm
npm install @owowagency/eslint-config-basic
# yarn
yarn add @owowagency/eslint-config-basic
Add the following to your ESLint configuration file
export default {
extends: [
'@owowagency/eslint-config-basic',
],
};