Skip to main content
Module

x/i18next_http_backend/.eslintrc

i18next-http-backend is a backend layer for i18next using 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, "n/no-callback-literal": 0 }}