Skip to content

Commit d14d3f7

Browse files
committed
Fix linter
1 parent 08246d6 commit d14d3f7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

javascript/.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
lib

javascript/.eslintrc.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ module.exports = {
7272
allow: [
7373
'cell_type',
7474
'display_name',
75+
'execution_count',
7576
'orig_nbformat',
76-
'outputs_hidden'
77+
'outputs_hidden',
78+
'nbformat_minor'
7779
]
7880
}
7981
],

javascript/.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
lib
3+
package.json

0 commit comments

Comments
 (0)