Skip to content

Instantly share code, notes, and snippets.

@SET001
Created November 21, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SET001/ea6cd202da227d475d38b41daa0d92ab to your computer and use it in GitHub Desktop.
Save SET001/ea6cd202da227d475d38b41daa0d92ab to your computer and use it in GitHub Desktop.
const noDynTranslationKeys = require('./no-dyn-translation-keys')
module.exports = {
rules: {
'no-dynamic-translation-keys': noDynTranslationKeys
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment