Skip to content

Commit 3429420

Browse files
rc97
1 parent 327aadd commit 3429420

File tree

6 files changed

+8501
-18361
lines changed

6 files changed

+8501
-18361
lines changed

.eslintrc.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

.npmignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.prettierrc.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
htmlWhitespaceSensitivity: 'ignore',
3+
printWidth: 120,
4+
singleQuote: true,
5+
useTabs: true,
6+
proseWrap: 'always',
7+
};

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
33
# Editor.js
44

5-
Block-styled editor for rich media stories, outputs clean data in JSON.
6-
More info at https://editorjs.io/
5+
Block-styled editor for rich media stories, outputs clean data in JSON. More info at https://editorjs.io/
76

87
## Installation
98

@@ -19,8 +18,7 @@ If using Directus as npm package, you can include the extension as package in yo
1918

2019
### Docker installation / extensions directory
2120

22-
If you want to use in docker container or into the extension directory, you need to add it
23-
manualy from the package tar
21+
If you want to use in docker container or into the extension directory, you need to add it manualy from the package tar
2422

2523
```bash
2624
cd <your directus extensions directory>/interfaces

0 commit comments

Comments
 (0)