Skip to content

Commit

Permalink
Merge branch 'transloadit:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Flexoman authored Nov 30, 2024
2 parents 6e7d307 + 44a378a commit 618573a
Show file tree
Hide file tree
Showing 58 changed files with 7 additions and 13,934 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,15 +384,8 @@ module.exports = {
files: ['**/*.md', '*.md'],
processor: 'markdown/markdown',
},
{
files: ['docs/**/*.md/*.js'],
parserOptions: {
sourceType: 'module',
},
},
{
files: ['**/*.md/*.js', '**/*.md/*.javascript'],
excludedFiles: ["docs/**/*"],
parserOptions: {
sourceType: 'module',
},
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,3 @@ jobs:
run: corepack yarn workspaces focus @uppy-dev/build
- name: Run linter
run: corepack yarn run lint:markdown

lint_docs:
name: Lint Docs
runs-on: ubuntu-latest
steps:
- name: Checkout Uppy.io sources
uses: actions/checkout@v4
with:
repository: transloadit/uppy.io
- run: rm -rf docs # the other PR has not landed
- name: Checkout docs
uses: actions/checkout@v4
with:
path: uppy
- run: mv uppy /tmp/uppy && ln -s /tmp/uppy/docs docs
- name: Install dependencies
run: corepack yarn --immutable
- name: Lint files
run: corepack yarn lint
- name: Test build website
run: corepack yarn build
7 changes: 0 additions & 7 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ module.exports = {
semi: true,
},
},
{
files: 'docs/**',
options: {
semi: true,
useTabs: true,
},
},
{
files: ['tsconfig.json'],
options: {
Expand Down
4 changes: 0 additions & 4 deletions docs/README.md

This file was deleted.

Loading

0 comments on commit 618573a

Please sign in to comment.