mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
{
|
|
"extends": [
|
|
"airbnb"
|
|
],
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
|
|
}
|
|
}
|