WIP - add extractor, generate snippet_data
This commit is contained in:
10
node_modules/eslint-plugin-jsx-a11y/__mocks__/JSXTextMock.js
generated
vendored
Normal file
10
node_modules/eslint-plugin-jsx-a11y/__mocks__/JSXTextMock.js
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/**
|
||||
* @flow
|
||||
*/
|
||||
export default function JSXTextMock(value: string) {
|
||||
return {
|
||||
type: 'JSXText',
|
||||
value,
|
||||
raw: value,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user