Skip to content

Commit

Permalink
chore: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 18, 2024
1 parent 4087474 commit 3657ba4
Show file tree
Hide file tree
Showing 4 changed files with 2,799 additions and 3,866 deletions.
7 changes: 2 additions & 5 deletions functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "functions",
"private": true,
"description": "Cloud Functions for Firebase",
"scripts": {
"serve": "firebase emulators:start --only functions",
Expand All @@ -15,9 +16,5 @@
"dependencies": {
"firebase-admin": "^13.0.0",
"firebase-functions": "^6.0.1"
},
"devDependencies": {
"firebase-functions-test": "^3.1.0"
},
"private": true
}
}
19 changes: 19 additions & 0 deletions packages/nuxt/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// @ts-check
import { createConfigForNuxt } from '@nuxt/eslint-config/flat'

// Run `npx @eslint/config-inspector` to inspect the resolved config interactively
export default createConfigForNuxt({
features: {
// Rules for module authors
tooling: true,
// Rules for formatting
stylistic: true,
},
dirs: {
src: ['./playground'],
},
}).append({
rules: {
'@typescript-eslint/no-explicit-any': 'off',
},
})
14 changes: 7 additions & 7 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dev:build": "nuxi build playground"
},
"dependencies": {
"@nuxt/kit": "^3.12.4",
"@nuxt/kit": "^3.14.1592",
"@posva/lru-cache": "^10.0.1",
"lodash-es": "^4.17.21",
"strip-json-comments": "^5.0.1"
Expand All @@ -62,16 +62,16 @@
},
"devDependencies": {
"@firebase/app-types": "^0.9.3",
"@nuxt/eslint-config": "^0.5.0",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/schema": "^3.12.4",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/eslint-config": "^0.7.3",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "^3.15.1",
"@types/lodash-es": "^4.17.12",
"eslint": "^8.56.0",
"eslint": "^9.17.0",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.1",
"firebase-functions": "^6.1.2",
"nuxt": "^3.12.4",
"nuxt": "^3.14.1592",
"vuefire": "workspace:*"
}
}
Loading

0 comments on commit 3657ba4

Please sign in to comment.