Skip to content

Commit

Permalink
convert requires to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kensnyder committed Sep 8, 2024
1 parent 70d188b commit 491b751
Show file tree
Hide file tree
Showing 74 changed files with 3,798 additions and 4,452 deletions.
16 changes: 8 additions & 8 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const OFF = 0,
WARN = 1,
ERROR = 2;
WARN = 1,
ERROR = 2;

module.exports = {
extends: ['prettier'],
env: {
node: true,
es6: true
},
export default {
extends: ['prettier'],
env: {
node: true,
es6: true,
},
};
Loading

0 comments on commit 491b751

Please sign in to comment.