Skip to content

Commit 61f4d5e

Browse files
authored
Merge pull request #152 from jahn96/documentation
Documentation
2 parents 407d388 + 5e18c2f commit 61f4d5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+8375
-2178
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ node_modules
22
dist
33
coverage
44
**/*.d.ts
5-
tests
5+
test
66
_temp_extension

Design/add_custom_snippet.png

56 KB
Loading

Design/add_snippet.png

43.6 KB
Loading

Design/codeSnippetEditor.png

75.7 KB
Loading

Design/options.png

19 KB
Loading

Design/search_filter.png

20.5 KB
Loading

babel.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
presets: [
3+
[
4+
'@babel/preset-env',
5+
{
6+
targets: {
7+
node: 'current'
8+
}
9+
}
10+
], '@babel/preset-react'
11+
]
12+
};

0 commit comments

Comments
 (0)