* 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>
16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"name": "@calcom/eslint-plugin-eslint",
|
|
"version": "0.1.0",
|
|
"main": "./src/index.js",
|
|
"dependencies": {
|
|
"@typescript-eslint/parser": "^5.25.0",
|
|
"@typescript-eslint/utils": "^5.30.5",
|
|
"eslint": "^8.15.0",
|
|
"ts-node": "^10.6.0",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/eslint": "^8.4.5"
|
|
}
|
|
}
|