summaryrefslogtreecommitdiff
path: root/frontend/.flowconfig
blob: 16bc1a2f953ea19540cd3d11903515d0902923f7 (plain)
1
2
3
4
5
6
7
[ignore]
node_modules/eslint-plugin-jsx-a11y/**/*.js
[include]

[libs]

[options]
bgstack15