Files
calendar/packages/eslint-plugin/src/configs/index.ts
T
Omar LópezGitHubCrowdin BotPeer RichelsenAlex van Andelgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Hariom Balhara
5587867598 RFC: Custom eslint plugin (#3272)
* WIP

* Renamed pacakge

* Update yarn.lock

* Lint fixes

* Moved afterBufferTime to busyTimes & heavily simplify busy check (#3258)

* New Crowdin translations by Github Action (#3312)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* Fix shell flicker (#3314)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>

* Add recommended config to plugin

* Linting

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2022-07-11 17:35:50 -06:00

5 lines
161 B
TypeScript

/* eslint-disable @typescript-eslint/no-var-requires, import/no-anonymous-default-export */
export default {
recommended: require("./recommended").default,
};