Skip to content

Commit

Permalink
Remove old sample files (#8777)
Browse files Browse the repository at this point in the history
* Remove old sample files

* Code review feedback

* Add sample redirect
  • Loading branch information
etimberg committed Apr 2, 2021
1 parent 66ee0fe commit d4cb431
Show file tree
Hide file tree
Showing 91 changed files with 41 additions and 10,844 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Expand Up @@ -14,7 +14,6 @@ checks:
exclude_patterns:
- "dist/"
- "docs/"
- "samples/"
- "scripts/"
- "test/"
- "*.js"
Expand Down
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Expand Up @@ -46,7 +46,7 @@ template: |
* [Migration guide](https://www.chartjs.org/docs/next/getting-started/v3-migration)
* [Docs](https://www.chartjs.org/docs/next/)
* [API](https://www.chartjs.org/docs/next/api/)
* [Samples](https://www.chartjs.org/samples/next/)
* [Samples](https://www.chartjs.org/docs/next/samples/)
$CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"dev:ff": "karma start --auto-watch --no-single-run --browsers firefox --grep",
"docs": "npm run build && vuepress build docs --no-cache",
"docs:dev": "npm run build && vuepress dev docs --no-cache",
"lint-js": "eslint \"samples/**/*.html\" \"samples/**/*.js\" \"src/**/*.js\" \"test/**/*.js\"",
"lint-js": "eslint \"src/**/*.js\" \"test/**/*.js\" \"docs/**/*.js\"",
"lint-md": "eslint \"**/*.md\"",
"lint-tsc": "tsc",
"lint-types": "eslint \"types/**/*.ts\" && tsc -p types/tests/",
Expand Down
11 changes: 0 additions & 11 deletions samples/.eslintrc.yml

This file was deleted.

136 changes: 0 additions & 136 deletions samples/advanced/derived-axis-type.html

This file was deleted.

111 changes: 0 additions & 111 deletions samples/advanced/derived-chart-type.html

This file was deleted.

0 comments on commit d4cb431

Please sign in to comment.