source: frontend/node_modules/eslint-plugin-jsx-a11y/.babelrc

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 246 bytes
Line 
1{
2 "presets": [
3 [
4 "airbnb",
5 {
6 "targets": {
7 "node": 4
8 },
9 "transformRuntime": false
10 }
11 ]
12 ],
13 "plugins": [
14 "@babel/plugin-transform-flow-strip-types",
15 "add-module-exports"
16 ]
17}
Note: See TracBrowser for help on using the repository browser.