UNPKG

@kilohealth/eslint-config-next

Version:
9 lines (7 loc) 204 B
const ERROR = 2; module.exports = { extends: ['@kilohealth/eslint-config-react', 'plugin:@next/next/recommended'], rules: { 'no-underscore-dangle': [ERROR, { allow: ['__NEXT_DATA__'] }], }, };