Skip to content

Commit

Permalink
Bump ESLint 9 and switch to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbertrand committed Apr 26, 2024
1 parent a7eeec8 commit 5f655f0
Show file tree
Hide file tree
Showing 5 changed files with 1,977 additions and 134 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'use strict';
const noSinonStubWithArgsOneliner = require('./rules/no-sinon-stub-with-args-oneliner.js');
import noSinonStubWithArgsOneliner from './rules/no-sinon-stub-with-args-oneliner.js';

module.exports = {
export default {
rules: { 'no-sinon-stub-with-args-oneliner': noSinonStubWithArgsOneliner },
};
Loading

0 comments on commit 5f655f0

Please sign in to comment.