0.1.1 • Published 3 years ago

@eduotech/config v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@eduotech/config npm

Usage

eslint

Install the following dependencies.

npm install eslint @eduotech/config @rushstack/eslint-patch --save-dev

Then, 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