Advertisement
Guest User

Untitled

a guest
Oct 21st, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | None | 0 0
  1. {
  2.   "scripts": {
  3.     "lint": "eslint --no-error-on-unmatched-pattern ."
  4.   },
  5.   "devDependencies": {
  6.     "@types/eslint": "^8.4.7",
  7.     "@types/node": "^14.11.2",
  8.     "@typescript-eslint/eslint-plugin": "^5.27.0",
  9.     "@typescript-eslint/parser": "^5.27.0",
  10.     "all-contributors-cli": "^6.24.0",
  11.     "eslint": "^8.16.0",
  12.     "eslint-config-prettier": "^8.3.0",
  13.     "eslint-plugin-markdownlint": "^0.4.0",
  14.     "eslint-plugin-prettier": "^4.2.1",
  15.     "eslint-plugin-svelte3": "^4.0.0",
  16.     "husky": "^8.0.0",
  17.     "prettier": "^2.6.2",
  18.     "prettier-plugin-svelte": "^2.7.0",
  19.     "svelte": "^3.44.0",
  20.     "turbo": "^1.5.6",
  21.     "typescript": "^4.7.4"
  22.   }
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement