UNPKG

@u-wave/react-translate

Version:

Small translations for React apps with @u-wave/translate.

11 lines (10 loc) 179 B
module.exports = { extends: '../.eslintrc.js', env: { mocha: true, }, rules: { // We have good reasons to do it 'react/jsx-props-no-spreading': 'off', }, };