Skip to content

Commit

Permalink
docs: add to-json example
Browse files Browse the repository at this point in the history
  • Loading branch information
andipaetzold committed Apr 2, 2022
1 parent b728fc8 commit 8f2d9f3
Show file tree
Hide file tree
Showing 5 changed files with 8,568 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"overrides": [
{
"files": ["src/**/*.spec.ts", "src/environment/*.ts", "test/**", "typings/**"],
"files": ["src/**/*.spec.ts", "src/environment/*.ts", "test/**", "typings/**", "examples/**"],
"rules": {
"no-restricted-imports": "off"
}
Expand Down
1 change: 1 addition & 0 deletions examples/to-json/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Loading

0 comments on commit 8f2d9f3

Please sign in to comment.