Skip to content

Commit

Permalink
remove semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Dec 23, 2024
1 parent 09425a5 commit c4c123c
Show file tree
Hide file tree
Showing 32 changed files with 1,298 additions and 1,298 deletions.
6 changes: 3 additions & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';
'use strict'

module.exports = require('neostandard')({
semi: true,
semi: false,
ignores: ['dist/**/*', 'node_modules/**/*', 'coverage/**/*'],
ts: true,
});
})
Loading

0 comments on commit c4c123c

Please sign in to comment.