2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00
Files
bbob/.eslintrc
T
2021-10-11 10:25:43 +02:00

12 lines
162 B
Plaintext

{
"extends": [
"airbnb"
],
"env": {
"node": true
},
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
}
}