Installation of the basic ESLint config can be done by using npm
or yarn
, see packages for all our ESLint configurations
# 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',
],
};
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.
This package has been brought to you with much love by the wizkids of OWOW. Do you like this package? We’re still looking for new talent and Wizkids. So do you want to contribute to open source, while getting paid? Apply now.