srveit/mechanize-js

View on GitHub
examples/eslint.config.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  rules: {
    'no-console': 'off',
    'no-empty-function': 'off',
    'object-curly-newline': 'off',
  },
}