Skip to content

Commit

Permalink
Bump v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmybtlr committed Jan 25, 2025
1 parent 09f6fbd commit 464f840
Show file tree
Hide file tree
Showing 9 changed files with 14,101 additions and 52 deletions.
22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,24 @@ nuxt-web/utils/**/*.ts
!nuxt-web/content/2.docs/12.tailwind.md
.vercel

.data
.data
my-module/.editorconfig
my-module/.gitignore
my-module/.npmrc
my-module/eslint.config.mjs
my-module/package.json
my-module/README.md
my-module/tsconfig.json
my-module/.github/workflows/ci.yml
my-module/playground/app.vue
my-module/playground/nuxt.config.ts
my-module/playground/package.json
my-module/playground/tsconfig.json
my-module/playground/server/tsconfig.json
my-module/src/module.ts
my-module/src/runtime/plugin.ts
my-module/src/runtime/server/tsconfig.json
my-module/test/basic.test.ts
my-module/test/fixtures/basic/app.vue
my-module/test/fixtures/basic/nuxt.config.ts
my-module/test/fixtures/basic/package.json
6 changes: 3 additions & 3 deletions nuxt-module/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export default createConfigForNuxt({
// Rules for module authors
tooling: true,
// Rules for formatting
stylistic: true
stylistic: true,
},
dirs: {
src: ['./playground']
}
src: ['./playground'],
},
}).append()
Loading

0 comments on commit 464f840

Please sign in to comment.