Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-senechal committed Oct 29, 2024
1 parent d89909c commit 645b35a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cli/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Contains the bytecode of the SC
src/lib/website/sc/deweb-sc-bytecode.ts
8 changes: 7 additions & 1 deletion cli/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,13 @@ const compat = new FlatCompat({

export default [
{
ignores: ['**/bin', '**/node_modules', '**/scripts', 'jest.config.ts'],
ignores: [
'**/bin',
'**/node_modules',
'**/scripts',
'jest.config.ts',
'src/lib/website/sc/deweb-sc-bytecode.ts',
],
},
...compat.extends('@massalabs', 'prettier'),
{
Expand Down

0 comments on commit 645b35a

Please sign in to comment.