We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08246d6 commit d14d3f7Copy full SHA for d14d3f7
javascript/.eslintignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+lib
javascript/.eslintrc.cjs
@@ -72,8 +72,10 @@ module.exports = {
72
allow: [
73
'cell_type',
74
'display_name',
75
+ 'execution_count',
76
'orig_nbformat',
- 'outputs_hidden'
77
+ 'outputs_hidden',
78
+ 'nbformat_minor'
79
]
80
}
81
],
javascript/.prettierignore
@@ -0,0 +1,3 @@
3
+package.json
0 commit comments