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 76442dc commit 6aeceb2Copy full SHA for 6aeceb2
src/index.js
@@ -15,7 +15,8 @@ import resolveStringLiteral from './resolveStringLiteral';
15
import replaceJsxExpressionContainer from './replaceJsxExpressionContainer';
16
17
const ajv = new Ajv({
18
- $data: true // eslint-disable-line id-match
+ // eslint-disable-next-line id-match
19
+ $data: true
20
});
21
22
ajvKeywords(ajv);
0 commit comments