Skip to main content
Module

x/i18next_fs_backend/.eslintrc

i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
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, "standard/no-callback-literal": 0 }}