Skip to content

Commit

Permalink
chore: resolve README lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DMartens committed Mar 30, 2024
1 parent df4ef23 commit ccbcc7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion eslint.config.js
Expand Up @@ -41,7 +41,13 @@ module.exports = [
},
rules: {
"lines-around-comment": "off",
"n/no-missing-import": "off"
"n/no-missing-import": "off",
"no-var": "off",
"padding-line-between-statements": "off",
"no-console": "off",
"no-alert": "off",
"eslint-comments/require-description": "off",
"jsdoc/require-jsdoc": "off"
}
}
];

0 comments on commit ccbcc7f

Please sign in to comment.