1
1
mirror of https://github.com/mdx-js/mdx.git synced 2024-10-04 03:17:09 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Titus
70742c9ff1
Remove examples from monorepo (#1681) 2021-09-26 17:39:27 +02:00
Titus
2b806ae902
Miscellaneous cleaning tasks (#1677)
* Add `remark-cli`, `prettier` back
* Update license years
* Reorder `package.json`
* Update `.gitignore`
* Update `.editorconfig`
* Remove `.gitattributes`
* Remove unneeded babel files
2021-09-24 12:58:28 +02:00
Titus
36cb41bc6c
Improve Vercel build (#1656) 2021-09-15 09:36:52 +02:00
Titus
917c9e1440
Add new, RSC + MDX based website (#1640)
* uses xdm for now, will switch to mdx-js/mdx when it has the features
* rsc is the future
* extremely optimized implementation, rich metadata, sitemap, rss feed
* improved playground(s)
* no framework, which makes sure we don’t favor one company over another
* currently a lot of new direct dependencies and custom code, which will
  presumably become less so when RSC hits mainstream as either someone
  else will build stuff that does things like this, or perhaps I will
  externalize it.
2021-09-13 10:53:41 +02:00
Titus
e3d94388cf
Run prettier, eslint on project (#1639) 2021-09-12 21:30:07 +02:00
JounQin
26a3a3c500
chore: enable prettier for .md/.mdx files - close #844 (#927)
* chore: enable prettier for .md/.mdx files - close #844

* chore: fix some incorrect code types
2020-01-28 11:26:56 +08:00
JounQin
cf741384cc
perf: move all devDependencies to root package.json, prettier all files except .md/.mdx temporarily (#857)
* perf: move all devDependencies to root package.json, prettier all files except .md/.mdx temporarily

* chore: no need to prettier .min.* files

* chore: bump gatsby related packages

* ci: bump related dependencies causing build error, optimize pkg files

* ci: use yarn --lockfile instead of install manually

* ci: support legacy node 8

* ci: set jest config testEnvironment at root level

* chore: fix main and module property for @mdx-js/vue pkg

* ci: run build before docs-build for now.sh

* test: fix possible testing issues

* build: fix gatsby build error, downgrade core-js to 2.0 temporarily

* test: try testPathIgnorePatterns with rootDir for Windows

* chore: change babel.config.js in sub folders to .babelrc
2019-12-02 06:04:01 +08:00
JounQin
67d9cd8ac8 feat: replace remark-cli with eslint-plugin-mdx (#744)
* feat: replace remark-cli with eslint-plugin-mdx

related: @rxts/eslint-plugin-mdx has been renamed to eslint-plugin-mdx. thanks to @azz

* chore: remove unless .remarkignore in favor of .eslintignore
2019-08-30 11:57:25 -06:00
JounQin
bfe31e8e21 feat: integrate with eslint-mdx to lint .mdx with ESLint, ready for reviewing (#726)
* docs: Add `eslint-mdx` into document

ESLint Parser/Plugin for MDX, helps you lint all ES syntaxes excluding `code` block of course. Work perfectly with `eslint-plugin-import`, `eslint-plugin-prettier` or any other eslint plugins.

It is a complete rewriting from scratch for [eslint-plugin-mdx](https://github.com/azz/eslint-plugin-mdx).

* chore: use eslint-mdx related plugin to lint .mdx files

* feat: blank lines can be handled correctly
2019-08-13 18:24:39 -06:00
John Otander
aea68b04ca Improve prettier config 2018-04-02 17:16:01 -06:00