Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Sep 4, 2023
1 parent 62c8588 commit 94a9767
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const defaultConfig = require("@wordpress/scripts/config/.eslintrc.js");

module.exports = {
...defaultConfig,
rules: {
...defaultConfig.rules,
'eqeqeq': 'off',
},
};

0 comments on commit 94a9767

Please sign in to comment.