Skip to content

Commit f397ecf

Browse files
committed
Allow samples to have PascalCase convention
This is so that the sample's code can be desreialized between the c# tutorial code
1 parent 3143769 commit f397ecf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Samples/Kitchen/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
module.exports = {
55
extends: '../../.eslintrc.js',
66
rules: {
7-
"no-restricted-globals": 'off'
7+
'no-restricted-globals': 'off',
8+
'@typescript-eslint/naming-convention' : 'off'
89
}
910
};

0 commit comments

Comments
 (0)