Skip to content

Commit

Permalink
Remove eslint references
Browse files Browse the repository at this point in the history
  • Loading branch information
danim1130 committed Jan 9, 2024
1 parent f1722e5 commit 35846cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
29 changes: 0 additions & 29 deletions functions/.eslintrc.js

This file was deleted.

6 changes: 0 additions & 6 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "functions",
"scripts": {
"lint": "eslint --ext .js,.ts .",
"build": "tsc",
"build:watch": "tsc --watch",
"serve": "npm run build && firebase emulators:start --only functions",
Expand All @@ -19,11 +18,6 @@
"firebase-functions": "^4.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"firebase-functions-test": "^3.0.0",
"typescript": "^4.9.0"
},
Expand Down
3 changes: 0 additions & 3 deletions functions/tsconfig.dev.json

This file was deleted.

0 comments on commit 35846cd

Please sign in to comment.