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
{ "extends": [ "standard", "plugin:require-path-exists/recommended" ], "plugins": [ "require-path-exists" ], "globals": { "describe": false, "it": false, "before": false, "after": false, "beforeEach": false, "afterEach": false }, "rules": { "array-bracket-spacing": 0, "node/no-callback-literal": 0 }}