the-forest/client/node_modules/eslint-plugin-jsx-a11y/.babelrc

18 lines
246 B
Plaintext
Raw Normal View History

2024-09-17 20:35:18 -04:00
{
"presets": [
[
"airbnb",
{
"targets": {
"node": 4
},
"transformRuntime": false
}
]
],
"plugins": [
"@babel/plugin-transform-flow-strip-types",
"add-module-exports"
]
}