We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b968a commit f8b7f46Copy full SHA for f8b7f46
src/options.js
@@ -10,10 +10,7 @@ const langTransforms = {
10
}
11
12
const isValidOption = opt => opt && isString(opt)
13
-
14
-const validTranform = opt => {
15
- return Object.keys(langTransforms).indexOf(opt) > -1
16
-}
+const validTranform = opt => Object.keys(langTransforms).indexOf(opt) > -1
17
18
const checkValidOptions = state => {
19
let attribute = 'data-qa'
0 commit comments