diff --git a/ignore_dictionary.txt b/ignore_dictionary.txt index 401bc56..7c7d152 100644 --- a/ignore_dictionary.txt +++ b/ignore_dictionary.txt @@ -108,3 +108,5 @@ деструктуризация деструктуризацию деструктуризации +javascript +hexlet diff --git a/src/markdownParser.js b/src/markdownParser.js index 2007916..12aea8b 100644 --- a/src/markdownParser.js +++ b/src/markdownParser.js @@ -1,6 +1,5 @@ import { fromMarkdown } from 'mdast-util-from-markdown'; import { toMarkdown } from 'mdast-util-to-markdown' -import { v4 as uuidv4 } from 'uuid'; import _ from 'lodash'; import fs from 'fs';