1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 02:34:05 +02:00

lint & example fixes (#3160)

* fix import extensions of eslint

* revert next.config.cjs

* fix eslint globbing

* add migrating to docs’ sidebar

* fix prettier error on Contributing.md

* put quotes for glob matching for windows user

* remove type: module from  package.json
This commit is contained in:
Irwan Fario Subastian
2019-11-29 16:16:39 +11:00
committed by Ian Storm Taylor
parent ac21510597
commit cedc7dc2a5
11 changed files with 8 additions and 11 deletions

View File

@@ -1,6 +1,5 @@
{
"name": "slate-hyperscript",
"type": "module",
"description": "A hyperscript helper for creating Slate documents.",
"version": "0.50.0",
"license": "MIT",