Skip to content

Commit

Permalink
update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
osipov-mit committed Jan 28, 2025
1 parent 929949b commit cda39cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const files = ['js/**/src/**/*.ts', 'js/test/*.ts'];

export default [
{
ignores: ['js/cli/build/**', '.yarn/**', '**/lib/**'],
ignores: ['js/cli/build/**', '.yarn/**', '**/lib/**', 'js/test/demo/**'],
},
...[eslint.configs.recommended, ...tseslint.configs.recommended, eslintPluginUnicorn.configs['flat/recommended']].map(
(config) => ({
Expand Down

0 comments on commit cda39cf

Please sign in to comment.