source:
frontend/node_modules/eslint-plugin-jsx-a11y/.babelrc
| Last change on this file was 9af201e, checked in by , 3 weeks ago | |
|---|---|
|
|
| File size: 246 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
