Skip to main content
Module

x/i18next_locize_backend/.eslintrc

A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.
Go to Latest
File
parser: babel-eslintextends: airbnb
rules: max-len: [0, 100] no-constant-condition: 0 arrow-body-style: [1, "as-needed"] comma-dangle: [2, "never"] padded-blocks: [0, "never"] no-unused-vars: [2, {vars: all, args: none}] react/prop-types: - 0 - ignore: #coming from hoc - location - fields - handleSubmitglobals: expect: false