@eventstore-ui/configs
Configs for the Event Store design system
Eslint
Install required dependencies for eslint.
yarn add --dev eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser
Hook up the config by createing a .eslint.js
file in the root of your project:
.eslint.js
module.exports = require('@eventstore-ui/configs/eslint');
Prettier
Includes all required dependencies for prettier.
yarn add --dev prettier
Hook up the config adding the following to your package.json
:
package.json
"prettier": "@eventstore-ui/configs/prettier"