Skip to content

Commit

Permalink
[docs] Remove data folder and other cleanup (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmoroz authored Dec 18, 2024
1 parent 2022f01 commit 5b4adc9
Showing 331 changed files with 76 additions and 26,303 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -221,12 +221,6 @@ jobs:
- checkout
- install_js:
react-version: << parameters.react-version >>
- run:
name: Transpile TypeScript demos
command: pnpm docs:typescript:formatted
- run:
name: '`pnpm docs:typescript:formatted` changes committed?'
command: git add -A && git diff --exit-code --staged
- run:
name: Tests TypeScript definitions
command: pnpm typescript
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -2,7 +2,6 @@
.nyc_output
/coverage
/docs/.next
/docs/data/**/*.js
/docs/export
/docs/src/app/(private)/playground/
/packages/react/**/*.min.*
12 changes: 0 additions & 12 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -87,17 +87,5 @@ module.exports = {
'@typescript-eslint/no-use-before-define': 'off',
},
},
{
files: ['docs/data/**/*{.tsx,.js}'],
excludedFiles: [
'docs/data/**/css/*{.tsx,.js}',
'docs/data/**/css-modules/*{.tsx,.js}',
'docs/data/**/system/*{.tsx,.js}',
'docs/data/**/tailwind/*{.tsx,.js}',
],
rules: {
'filenames/match-exported': ['error'],
},
},
],
};
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* @atomiks @michaldudak
/docs/data/ @atomiks @colmtuite @michaldudak
/docs/src/ @atomiks @colmtuite @michaldudak
/packages/react/ @atomiks @colmtuite @michaldudak
/scripts/ @michaldudak
59 changes: 0 additions & 59 deletions docs/data/components/accordion/AccordionIntroduction.js

This file was deleted.

59 changes: 0 additions & 59 deletions docs/data/components/accordion/AccordionIntroduction.tsx

This file was deleted.

Loading

0 comments on commit 5b4adc9

Please sign in to comment.