securityos/node_modules/eslint-plugin-jsx-a11y/.babelrc

17 lines
211 B
Plaintext

{
"presets": [
[
"airbnb",
{
"targets": {
"node": 4
}
}
]
],
"plugins": [
"@babel/plugin-transform-flow-strip-types",
"add-module-exports"
]
}