Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 426 Bytes

File metadata and controls

26 lines (19 loc) · 426 Bytes

ESLint Config Basic

⚙️ Installation

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',
    ],
};

Changelog

Changelog