const { getESLintConfig } = require('@applint/spec'); module.exports = getESLintConfig( 'react-ts', <% if (locals.esLintConfigOptions) { _%> <%- esLintConfigOptions %> <% } _%> );