Debugging API linting staleness

pull/9189/head
zomars 2023-05-29 12:03:32 -07:00
parent 876584e132
commit bca4df677c
2 changed files with 0 additions and 3 deletions

View File

@ -1 +0,0 @@
module.exports = require("@calcom/config/eslint-preset");

View File

@ -11,10 +11,8 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
"dev": "PORT=3002 next dev",
"lint": "eslint . --ignore-path .gitignore",
"lint:report": "eslint . --format json --output-file ../../lint-results/api.json",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"start": "PORT=3002 next start",
"test": "echo 'No tests yet' && exit 0",
"type-check": "tsc --pretty --noEmit"
},
"devDependencies": {