1.5.0 • Published 2 years ago
@owowagency/eslint-config-basic
Licence
MIT
Version
1.5.0
Deps
16
Size
21 kB
Vulns
0
Weekly
0
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',
],
};