Skip to content

Commit

Permalink
rc97
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrov-adrian committed Oct 23, 2021
1 parent 327aadd commit 3429420
Show file tree
Hide file tree
Showing 6 changed files with 8,501 additions and 18,361 deletions.
15 changes: 0 additions & 15 deletions .eslintrc.json

This file was deleted.

2 changes: 0 additions & 2 deletions .npmignore

This file was deleted.

7 changes: 7 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
htmlWhitespaceSensitivity: 'ignore',
printWidth: 120,
singleQuote: true,
useTabs: true,
proseWrap: 'always',
};
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# Editor.js

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

## Installation

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

### Docker installation / extensions directory

If you want to use in docker container or into the extension directory, you need to add it
manualy from the package tar
If you want to use in docker container or into the extension directory, you need to add it manualy from the package tar

```bash
cd <your directus extensions directory>/interfaces
Expand Down
Loading

0 comments on commit 3429420

Please sign in to comment.