Skip to content

Commit

Permalink
refactor: refactoring to use new eslint file format
Browse files Browse the repository at this point in the history
Does not yet work.
  • Loading branch information
maxsorensenf5 committed May 28, 2024
1 parent ad763f6 commit a990e13
Show file tree
Hide file tree
Showing 25 changed files with 773 additions and 954 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
dist/
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const index = require('./dist/');

console.log(index);

module.exports = index.default;
16 changes: 0 additions & 16 deletions helpers/iif.js

This file was deleted.

71 changes: 0 additions & 71 deletions index.js

This file was deleted.

9 changes: 0 additions & 9 deletions jest.js

This file was deleted.

53 changes: 0 additions & 53 deletions mild.js

This file was deleted.

Loading

0 comments on commit a990e13

Please sign in to comment.