Skip to content

Commit

Permalink
stop linting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Nov 12, 2021
1 parent ed60f1e commit d3f59c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ module.exports = {
'rules': {
'require-jsdoc': 0,
'local/always-call-chai-methods': 2,
// 'local/enums': 0,
'local/enums': 0,
'local/no-bigint': 0,
'local/no-dynamic-import': 0,
'local/no-function-async': 0,
Expand Down

0 comments on commit d3f59c7

Please sign in to comment.