UNPKG

@aptpod/data-viz-create-visual-parts-react

Version:

template of npm project with typescript

12 lines (11 loc) 210 B
module.exports = { plugins: ['jest'], env: { 'jest/globals': true, }, extends: ['plugin:jest/recommended'], rules: { 'jest/valid-title': 'off', 'jest/no-conditional-expect': 'off', }, }