0.1.1 • Published 5 years ago
@eduotech/config v0.1.1
@eduotech/config 
Usage
eslint
Install the following dependencies.
npm install eslint @eduotech/config @rushstack/eslint-patch --save-devThen, create a .eslintrc.js file in your project root with this content:
require('@rushstack/eslint-patch/modern-module-resolution');
module.exports = {
extends: [require.resolve('@eduotech/config/eslint')],
};prettier
Use as is in your prettier.config.js.
module.exports = require('@eduotech/config/prettier');License
MIT