1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 12:14:14 +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-react",
"type": "module",
"description": "Tools for building completely customizable rich-text editors with React.",
"version": "0.50.1",
"license": "MIT",