Skip to content

Commit

Permalink
add monorepo playground (lit#4732)
Browse files Browse the repository at this point in the history
  • Loading branch information
graynorton authored Oct 17, 2024
1 parent 873a585 commit d75f8d1
Show file tree
Hide file tree
Showing 21 changed files with 1,351 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .changeset/short-lies-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ node_modules/
/temp
.idea
/scripts/check-size-out.md
/playground/p/**/package-lock.json
/playground/p/scratch/*/
!/playground/p/scratch/*.*

packages/benchmarks/generated/
packages/benchmarks/generator/build/
Expand Down
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
{
"files": [
"check-version-tracker.js",
"playground/scripts/*.js",
"rollup-common.js",
"rollup.config.js",
"web-test-runner.config.js"
Expand Down Expand Up @@ -83,11 +84,12 @@
"**/test-output/**",
"**/web-test-runner.config.js",
"packages/benchmarks/**",
"packages/labs/compiler/rollup.source_map_tests.js",
"packages/labs/ssr/src/demo/**",
"packages/labs/eleventy-plugin-lit/demo/**",
"packages/tests/**",
"rollup-common.js",
"packages/labs/compiler/rollup.source_map_tests.js"
"playground/**",
"rollup-common.js"
],
"rules": {
"import/no-extraneous-dependencies": "off"
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ node_modules/
/temp
.idea
/scripts/check-size-out.md

/playground/p/**/package-lock.json
/playground/p/scratch/*/
!/playground/p/scratch/*.*
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ node_modules/
/temp
.idea
/scripts/check-size-out.md
/playground/p/**/package-lock.json
/playground/p/scratch/*/
!/playground/p/scratch/*.*

packages/benchmarks/generated/
packages/benchmarks/generator/build/
Expand Down
Loading

0 comments on commit d75f8d1

Please sign in to comment.